Tile - Null None – Ylands
Categories: LiteralsYlands 0.10
| No edit summary | Lou Montana (talk | contribs)  m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}") | ||
| Line 13: | Line 13: | ||
| ---- | ---- | ||
| {{Ylands  | {{Ylands editor navbox}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
| [[Category: Literals]] | [[Category: Literals]] | ||
| [[Category: Ylands 0.10]] | [[Category: Ylands 0.10]] | ||
Revision as of 16:39, 26 December 2020
- Null is "nothing". It is supposed to be something that doesn't exist.
- It is possible to empty an object (variable) by setting it to null.
- It is possible to use if statement to test whenever an object is null.
- Calling instructions on null object will cause an error.
Examples
 
	

