MAKE

Synopsis
MAKE varname value
Description

Command that assigns the value value to the variable named varname, which must be a word. Variable names are case-insensitive. If a variable with the same name already exists, the value of that variable is changed. If not, a new global variable is created.

Example
MAKE "foo [Hello how are you]
SHOW :foo
[Hello how are you]

SourceForge.net Logo