Next: Standard vs Extensions, Previous: Tools, Up: Top
To the best of our knowledge, Gforth is an
ANS Forth System
EKEY
, EKEY>CHAR
, EKEY?
, MS
and TIME&DATE
from the Facility Extensions word set
;CODE
, AHEAD
, ASSEMBLER
, BYE
, CODE
, CS-PICK
, CS-ROLL
, STATE
, [ELSE]
, [IF]
, [THEN]
from the Programming-Tools Extensions word set
Gforth has the following environmental restrictions:
throw
is performed after a query
, Gforth does not
allways restore the input source specification in effect at the
corresponding catch.
In addition, ANS Forth systems are required to document certain implementation choices. This chapter tries to meet these requirements. In many cases it gives a way to ask the system for the information instead of providing the information directly, in particular, if the information depends on the processor, the operating system or the installation options chosen, or if they are likely to change during the maintenance of Gforth.