Null object: Difference between revisions

Content deleted Content added
→‎{{header|R}}: Added REBOL example.
m →‎{{header|REBOL}}: Bit of a rephrase...
Line 302:
<lang REBOL>x: none
 
print ["x" either none? x ["x is none."]["xisn't"] is not "none."]</lang>
 
Output: