Hi,..
I tried the following 2 definitions:
HEX 0 > : " 22 PARSE ; IMMEDIATE ok 0 > : ." 22 PARSE TYPE ; IMMEDIATE ok
Now I try
0 > ." test" test ok 0 >
which works fine. So does
0 > " test" TYPE test ok
The following fails as the string is overwritten: 0 > " test" ok 2 > TYPE PEst ok
I could not find the reason by quickly looking into it. Any ideas?
Stefan