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
my_null = NullValue();
dump( isNull( my_null ) );
Related
Last updated
Was this helpful?