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

29 January 2023

23 January 2023

29 April 2022

20 April 2022

  • curprev 21:1421:14, 20 April 2022BigRon55 talk contribs 926 bytes +926 Created page with "An '''underscore''' can be used at the end of a line of code to continue a code line to the next line. ''Usage:'' IF x + y > 500 AND x + y < 600 THEN_ :::PRINT x + y * '''Only QB64 keywords can use a leading underscore! Leading underscores are reserved for QB64 procedure names only!''' * The underscore can be anywhere after the code on that line to continue the code to the next line in QB64. * Multiple underscores can be used for the same line of code..."