1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 11:25:14 +00:00
qb64/internal/help/ANY.txt

17 lines
416 B
Plaintext

ANY disables type checking for a variable used in a [[SUB]] or [[FUNCTION]] declaration.
{{PageSyntax}}
:: variable AS ANY
* [[Keywords currently not supported by QB64|Currently NOT supported in QB64]]
* ANY can become any type variable or value later in the program.
* Commonly used in [[SUB]] or [[FUNCTION]] [[DECLARE|declarations]] to not type a parameter.
''See also:''
* [[DECLARE]]
{{PageNavigation}}