<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


Words in category Local Variable Words in glossary Local Variables Library

Search:
The following words are listed in this category (5 words found): Word Types: S = Standard, I = Immediate , IC = Immediate-compiling.
Word Name Word Type Data Stack Signature Return Stack Signature Description Availability
V1.0 V1.1 V1.2
} I -- -- Ends the declaration of a list of local variables.
+SET IC -- -- Pops the top of the stack, and adds the value obtained to the current value of the local variable.
>LOCALS{ IC -- -- Declares local variables and compiles code such that the local variables are automatically initialised from the stack at run time.
LOCALS{ IC -- -- Declares a list of local variables.
SET IC n -- -- Pops the top of the data stack into the named local variable.

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>