1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/ANY.txt
2017-10-10 11:55:21 -03:00

25 lines
531 B
Plaintext

#REDIRECT [[Data types]]
''This page is maintained for historic purposes. The keyword is not supported in QB64.''
----
ANY disables type checking for a variable used in a [[SUB]] or [[FUNCTION]] declaration.
{{PageSyntax}}
:: variable AS ANY
* [[Keywords currently not supported by QB64|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}}