8.6.11.14 Set Command

Syntax

set variable to expression

Description

The set command assigns the value of expression to the menu variable variable. This command is only available when the built-in menu commands are enabled.

Examples

set fname to "myfile.txt"

set sum to v1 + 3.14 + v2