Set
Revision as of 16:33, 16 April 2006 by imported>JOG
Sets a local or global variable to a specified value. This value can be a number or an expression.
set a to 2 set b to a*a set c to (b-a)*b-a set d to (3*-b+a)-c)/-2 set stage to getstage quest1 + 10