Programmer Guide/Command Reference/SET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
SET
var := [SET] anyvalue
-> var = anyvalue
Assign a value to a variable. If the keyword SET
is not specified, the first word of anyvalue may not be any command! You can find out what keywords there are programatically using the STXCONSTANTS
command.