|
Post by Admin on Sept 5, 2012 14:33:32 GMT -5
There are currently four operators; +-×÷. Example: $var variable 0; //define the variable and set it to zero 'variable='variable+1; //equations must be passed in to a defined variable only. You may not do $var variable=2+1; #say 'variable; Note that operators can not have spaces in between them and the variables/value. Equation prototype: [Defined variable]=[value/variable][operator][value/variable]
|
|