Variable Types: 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

5 August 2022

13 June 2022

31 May 2022

19 May 2022

29 April 2022

27 April 2022

18 April 2022

  • curprev 15:3715:37, 18 April 2022RhoSigma talk contribs 1,632 bytes +1,632 Created page with "'''QB64 uses more variable types than Qbasic ever did. The variable type determines the size of values that numerical variables can hold.''' {{DataTypeTable}} If no suffix is used and no DEFxxx or _DEFINE command has been used and the variable hasn't been DIMmed the '''default variable type is SINGLE'''. '''_MEM and _OFFSET variable types cannot be cast to other variable types!''' All types dealing with number values are signed as a default. The sym..."