Anything: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (grammar)
m (removed example for now.)
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 not to work.}}
{{Feature|warning|Even though some commands list data type '''Anything''' as possible value, passing [[nil]] ([[Nothing]]) to a command might cause it not to 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 01:05, 17 February 2021

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.
🚧
TODO: Add an example to explain the above statement.