Dollar Sign: 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

29 April 2022

20 April 2022

  • curprev 21:1221:12, 20 April 2022BigRon55 talk contribs 659 bytes +659 Created page with "The '''$''' is used to denote Qbasic Metacommands or as a STRING variable type suffix. ''Usage:'' $INCLUDE: 'QB.bi' * $STATIC denotes that all arrays can only be dimensioned once using DIM. * $DYNAMIC denotes that all arrays can be redimensioned using REDIM ONLY. * $INCLUDE includes a BI file or Qbasic Library in a program. The file name requires a comment before and after the name. * The string variable suffix MUST be used if..."