Set - Function SummarySummary:Sets a word or block of words to specified value(s). Usage:set word value Arguments:word - Word or words to set (must be: any-word block) value - Value or block of values (must be: any-type) Refinements:/any - Allows setting words to any value. Description:If the first argument is a block of words and the value is not a block, all of the words in the block will be set to the specified value. If the value is a block, then each of the words in the first block will be set to the respective values in the second block. If there are not enough values in the second block, the remaining words will be set to NONE The /ANY refinementallows words to be set any datatype including those such as UNSET! that are not normally allowed. This is useful in situations where all values must be handled.
Related:get - Gets the value of a word.
| |||||
|