Variables Example: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 January 2015

30 March 2008

7 September 2007

27 August 2007

  • curprev 19:2419:24, 27 August 2007Eyana Yohkoh talk contribs 1,948 bytes +1,948 New page: {{LSL Header}} ===Variables Example=== This is an example to show the basic use of variables. --~~~~ <pre> // this script will add 1 to x every other time it is touched. integer x = 8; ...