Difference between revisions of "Manuals/calci/NULL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NULL'''</div><br/> ==Description== *This function return the result as false. *It can be used instead of false in code. *Null means having no v...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
==Description==
 
==Description==
*This function return the result as false.
+
*This constant return as null.
*It can be used instead of false in code.
+
*It can be used instead of null in code.
 
*Null means having no value.
 
*Null means having no value.
 
*In other words null is zero.
 
*In other words null is zero.
 +
 +
==Example==
 +
#NULL = null
  
 
==See Also==
 
==See Also==

Latest revision as of 05:18, 24 March 2020

NULL


Description

  • This constant return as null.
  • It can be used instead of null in code.
  • Null means having no value.
  • In other words null is zero.

Example

  1. NULL = null

See Also

References