prexcl 0.0.10

Prexcl is an esoteric proof-of-concept programming language.
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env prexcl
## empty stack demo
3a load
## ^ should load false (v0.0.5+)
3a store
6a println this should print if true
3a load
3a store
9a println this should print if false