root/trunk/orca/tests/working/none.r
| Revision 1, 119 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [ |
| 2 | Purpose: {Shows override of none} |
| 3 | ] |
| 4 | |
| 5 | if none [print "hi"] |
| 6 | ;== none |
| 7 | none: 1 |
| 8 | ;== 1 |
| 9 | if none [print "hi"] |
| 10 | ;hi |
| 11 |
Note: See TracBrowser
for help on using the browser.
