12345678910111213141516171819202122232425262728293031 |
- # simple test for preprocessor, without file includes
- # DON'T FORGET TO RUN WITH PREPROCESSOR ENABLED
- [ MYCONST: "7" -> . ]
- [MYCONST] 8 *
- 56 = ?
- 0 10 "OK" -->
- ;
- 0 10 "ERROR (a)" -->
- !.
- .
- [ 0 ? ]
- 0 10 "ERROR (b)" -->
- !.
- [ ; ]
- 0 10 "OK" -->
- [ . ]
- [5 @']
- 0 10 "in loop" -->
- [-- .]
- 0 "Is there a way to print preproc brackets? (yes): " --> 91 -> 93 -> 10 ->
- [] # empty
- 0 10 "ALL SEEMS OK" -->
|