T


then
( --- )
"then". Terminate an if statement. then is the branch point for exiting the conditional. See if. It is used in the form:
      : aword    if true_words else false_words then ;
      : bword    if true_words then ;
The if statement and its parts can only be used in a colon definition. endif is a synonym for then.
this_field
( --- 'string )
"this-field". The current SGML input buffer is this_field. It is normally set by read_into. All text up to the next SGML tag is collected in the buffer pointed to by this_field.
tib
( --- 'tib )
"t-i-b". Leave the address of the terminal input buffer on the stack. tib is allocated a buffer of 256 bytes in Until at startup.
time
( --- )
"time". This word calls the operating system time() function, if available.
tolower
( CH --- ch )
"tolower". Convert a character to lower case.
toupper
( ch --- CH )
"toupper". Convert a character to upper case.
token
( ?? --- ?? )
"token".
type
( addr len --- )
"type". Type the contents of addr for a length of len bytes to the terminal.

Table of Contents
Next Section