Scripting: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:


==== Example scripts ====
==== Example scripts ====
:;123: Just the value a hundred and twenty-three
:;123: the value ''a hundred and twenty-three''
:; 2 * currentWeight: If currentWeight is 23 lbs, then this expression has the value 46 lbs
:;"Memento": the characters ''M e m e n t o'' as a string
:; (hours * 60) + 10:If hours is 5 and minutes if 10, then the expression has the value 310
:; 2 * currentWeight: If currentWeight is 23 lbs, then 46 lbs
:; (hours * 60) + 10:If hours is 5 and minutes is 10, then 310


==== Terminology ====
==== Terminology ====