A variable of type Anything may be of any data types or Nothing.
Example:
str nil; // While the documentation for str states it takes Anything, nil / Nothing will cause it to not execute.