prexcl 0.0.10

Prexcl is an esoteric proof-of-concept programming language.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env prexcl
3a println hello world!
## change the following line to '3f loop' to loop forever
2a loop
3a println hello world!
## change the following line to '3f true' to loop forever
30 nop