Manuals/calci/NOTHING

From ZCubes Wiki
Revision as of 04:55, 10 March 2020 by Devika (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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