Difference between revisions of "Manuals/calci/NOTHING"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NOTHING'''</div><br/> ==Description== *This function return the result as nothing. *Nothing means not at all. *It can be used instead of null i...")
 
(No difference)

Latest revision as of 04:55, 10 March 2020

NOTHING


Description

  • This function return the result as nothing.
  • Nothing means not at all.
  • It can be used instead of null in code.
  • NOTHING() returns an undefined value for use in parameters etc.

Example

NOTHING = undefined

See Also


References