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

7 February 2024

26 February 2023

29 January 2023

26 January 2023

25 January 2023

24 January 2023

23 January 2023

5 August 2022

2 June 2022

29 April 2022

20 April 2022

19 April 2022

  • curprev 15:5115:51, 19 April 2022BigRon55 talk contribs 7,583 bytes +7,583 Created page with "'''TYPE''' definitions are used to create variables that can hold more than one variable type of a fixed byte length. {{PageSyntax}} ::'''TYPE''' typename ::. ::. variable(s) AS type ::. ::'''END TYPE''' * Typename is an undefined type name holder as it can hold any variable types. * TYPE definitions should be placed in the main module before the start of the program code execution. * TYPE definitions CAN be placed in SUB or FUNCTION procedures using QB64..."