root/trunk/orca/tests/working/datatype_override.r
| Revision 1, 227 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [ |
| 2 | Purpose: {Shows datatypes are stored as normal words in blocks. These |
| 3 | bang-words can be redefined so that datatypes can no longer be used.} |
| 4 | ] |
| 5 | |
| 6 | a: make block! 2 |
| 7 | probe a |
| 8 | |
| 9 | block!: 11 |
| 10 | |
| 11 | b: make block! 2 |
| 12 | probe b |
Note: See TracBrowser
for help on using the browser.
