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

11 February 2023

2 February 2023

29 January 2023

26 January 2023

23 January 2023

19 April 2022

  • curprev 17:0217:02, 19 April 2022BigRon55 talk contribs 1,491 bytes +1,491 Created page with "The '''semicolon''' is used in a PRINT statement to stop the screen print cursor immediately after the printed value. ''Usage:'' COLOR 13: PRINT "Value ="; value1; value2; value3 {{OutputStart}}{{text|1234 5678 9012|magenta}}{{OutputEnd}} * Positive numerical values printed will include a space before and after each value printed. Strings will not have spacing. * Use the WRITE statement to print values with only commas between the values and no..."