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