Difference between revisions of "Manuals/calci/NULL"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
==Description==
 
==Description==
*This function return the result as null.
+
*This constant return as null.
 
*It can be used instead of null in code.
 
*It can be used instead of null in code.
 
*Null means having no value.
 
*Null means having no value.

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