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

my_null = NullValue();
dump( isNull( my_null ) );

Last updated

Was this helpful?