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


 console.c

Use

Provide a very basic console interface. The provided interface is intentionally kept to a minimum, a better console interface can be loaded later.

Functions Provided

dot()
Display the number on TOS using the current base
if possible.

emit()
Display the character TOS corresponds to. Consumes
TOS.

type()
Display the string TOS points to. Consumes TOS.

bye()
Quit Toka

Primitives Provided

.
emit
type
bye

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


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