1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/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}}