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

Run Example

writeOutput( isNull( nullValue() ) );

Result: YES

Additional Examples

Run Example

Last updated

Was this helpful?