RosettaCodeData/Task/Null-object/Rebol/null-object-1.rebol

4 lines
62 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
x: none
print ["x" either none? x ["is"]["isn't"] "none."]