A variable of type Anything may be of any data types or Nothing.
⚠
Even though some commands list data type
Anything as possible value, passing
nil (
Nothing) to a command might cause it not to work.
Example:
str nil;
🚧
TODO: Add an example to explain the above statement.