toka.nbk: Home | Index | Next Page: ConditionalsLibrary | Previous Page: Conditionals


 conditionals.c

Use

Contains the implementation of the core conditionals. These are words which do comparisons, and return a flag on the stack.

Functions Provided

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.

Primitives Provided

<
>
=
<>

toka.nbk: Home | Index | Next Page: ConditionalsLibrary | Previous Page: Conditionals


Notebook exported on Sunday, 1 July 2007, 19:54:43 PM EDT