memory.1

This source file defines all the low level memory access words within the Forth Kernel. These including fetching and storing operations and data moves and memory fills etc.

?caps
( --- a1 )

This variable is used to enable or disable case sensative compares of strings. If this variable is set to true then string compares are not case sensative.

cell
( --- n1 )

This constant defines the cell size for the architecture that IsForth is executing within. On a 32 bit x86 this is equal to Four.