NullValue
Returns a null value.
Method Signature
NullValue()Arguments
This function does not accept any arguments
Examples
Boxlang polyfill
Using java data type null instead
writeOutput( isNull( nullValue() ) );
Result: YES
Additional Examples
Related
Last updated
Was this helpful?
