&B: 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.

25 November 2022

13 June 2022

12 June 2022

1 June 2022

2 May 2022

20 April 2022

  • curprev 13:3713:37, 20 April 2022RhoSigma talk contribs 7,758 bytes +7,758 Created page with "The '''&B''' prefix denotes that an integer value is expressed in a binary base 2 format using '''QB64''' only. {{PageSyntax}} :::: a& = '''&B1110110000111111''' * The base 2 numbering system uses binary digit values of 1 or 0, or bits on or bits off in computer register switches or memory. * Leading zero values '''can''' be omitted as they add nothing to the byte return value. * Eight binary digits would represent a one byte value ranging from 0 to 255. Four digit..."