Variables: 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 23:1923:19, 6 October 2023Benryves talk contribs 986 bytes +986 Created page with "The FOR NEXT loop is a way of making a certain action occur a set number of times. Sometimes it is necessary to change something each time the action is performed. One way of doing this is to use a ''variable''. A variable is a word which can be given a numerical value. Try this example. From the Smart Move main screen type LET cars = 23 < Enter >, then type PRINT cars < Enter >. The current value of cars (i.e. 23) will be printed. The example shown in fig. 4 uses a va..."