ANY
From QB64 Wiki
ANY disables type checking for a variable used in a SUB or FUNCTION declaration.
- variable AS ANY
- Currently NOT supported in QB64
- ANY can become any type variable or value later in the program.
- Commonly used in SUB or FUNCTION declarations to not type a parameter.
See also: