Data types

From QB64 Phoenix Edition Wiki
Revision as of 12:59, 22 April 2022 by RhoSigma (talk | contribs)
Jump to navigation Jump to search

Any expression, including constants and variables all have an associated type to describe their value. QB64 has various built-in data types used to represent number and text values. Numeric types represent number values, while string types represent text values.