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