Anything: Difference between revisions
Jump to navigation
Jump to search
(updated description) |
mNo edit summary |
||
Line 3: | Line 3: | ||
{{Feature|warning|Even though some commands list data type '''Anything''' as possible value, passing [[nil]] ([[Nothing]]) to a command might cause it to not work.}} | {{Feature|warning|Even though some commands list data type '''Anything''' as possible value, passing [[nil]] ([[Nothing]]) to a command might cause it to not work.}} | ||
{{Wiki|todo|Add an example to explain the above statement.}} | {{Wiki|todo|Add an example to explain the above statement.}} | ||
[[str]] [[nil]]; {{cc|Returns [[Nothing]]. While this works, it does not make much sense}} | |||
[[Category: Magic Types]] | [[Category: Magic Types]] |
Revision as of 21:32, 16 February 2021
A variable of type Anything may be of any data types or Nothing.
str nil; // Returns Nothing. While this works, it does not make much sense