Difference between revisions of "Manuals/calci/NULL"
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...") |
|||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
− | *This function return the result as | + | *This function return the result as null. |
− | *It can be used instead of | + | *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== |
Revision as of 23:54, 9 March 2020
NULL
Description
- This function return the result as null.
- It can be used instead of null in code.
- Null means having no value.
- In other words null is zero.
Example
- NULL = null