root/trunk/orca/tests/working/datatype_override.r

Revision 1, 227 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

Line 
1REBOL [
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
6a: make block! 2
7probe a
8
9block!: 11
10
11b: make block! 2
12probe b
Note: See TracBrowser for help on using the browser.