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