LET: 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.

6 October 2023

  • curprev 19:2419:24, 6 October 2023Benryves talk contribs 857 bytes +857 Created page with "== Syntax == LET variable = value == Description == The command LET is used to assign a value to a variable. Variables are used as a temporary place to store numbers, strings or time values. Variables can be up to 15 characters in length. == Example == Give the variable ‘x’ the value 10 LET x = 10 Add 1 to the current value of the variable ‘x’ and put the result into the variable ‘turns’ LET turns = x+1 Put the time value 10 seconds into the variab..."