Difference between revisions of "Manuals/calci/UNDEFINED"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''UNDEFINED'''</div><br/> ==Description== *This function return the result as Undefined. *It can be used instead of null in code. *Undefined mean...")
 
 
Line 2: Line 2:
  
 
==Description==
 
==Description==
*This function return the result as Undefined.
+
*This constant return as Undefined.
 
*It can be used instead of null in code.
 
*It can be used instead of null in code.
*Undefined means not clear or Undefined.  
+
*Undefined means not clear or Undefined.
  
 
==Example==
 
==Example==

Latest revision as of 05:17, 24 March 2020

UNDEFINED


Description

  • This constant return as Undefined.
  • It can be used instead of null in code.
  • Undefined means not clear or Undefined.

Example

  1. UNDEFINED = undefined

See Also

References