3 lines
94 B
Text
3 lines
94 B
Text
null isNull
|
|
"abcd" isNull
|
|
: testNull { | a | a ifNull: [ "Variable value is null" println ] ;
|