
Public Member Functions | |
| virtual void | ConsoleOut (const CHAR *text, UCELL textLength) |
| virtual CELL | ConsoleIn () |
ForthIo implementation which uses posix functions.
Definition at line 59 of file forthtest.cpp.
Display a text string on the console. This is called by the forth words TYPE and EMIT.
| text | Pointer to string. | |
| textLength | Number of characters in string. |
Implements ForthIo.
Definition at line 88 of file forthtest.cpp.
| virtual CELL StdForthIo::ConsoleIn | ( | ) | [virtual] |
Get a single character from the console input. This is called by the forth word KEY.
Implements ForthIo.
Definition at line 94 of file forthtest.cpp.
1.6.1