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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
− | *This | + | *This constant return 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== |
Latest revision as of 04: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
- NULL = null