This command lets you define a command symbol, of the same form as an inbuilt SPECX command, and to set it equal to a (max 64) character string of SPECX commands. Once declared the symbol is parsed in the same way as any other SPECX command (i.e.minimum matched), and the equivalence string substituted.
Like the = command, the := command is actually a full SCL command, with two parameters:
Examples:
>> := new-command string...
>> :=new-command string...
>> new-command := string...
>> new-command:=string...