prexcl 0.0.10

Prexcl is an esoteric proof-of-concept programming language.
Documentation
1
2
3
4
5
6
#!/usr/bin/env prexcl
## USING PREXCL AS A SHELL SCRIPT
3a exec ls
3a exec cd test
6c println directory "test" exists
9c println directory "test" doesn't exist