toka.nbk: Home | Index | Next Page: ConditionalsLibrary | Previous Page: Conditionals
Contains the implementation of the core conditionals. These are words which do comparisons, and return a flag on the stack.
less_than() Compare TOS and NOS, return a flag. greater_than() Compare TOS and NOS, return a flag. equals() Compare TOS and NOS, return a flag. not_equals() Compare TOS and NOS, return a flag.
< > = <>
toka.nbk: Home | Index | Next Page: ConditionalsLibrary | Previous Page: Conditionals
Notebook exported on Sunday, 1 July 2007, 19:54:43 PM EDT