pseudocode 0.1.3

AP CSP Pseudocode interpreter (rough cut)
Documentation
1
2
3
4
DISPLAY(CONCAT("hello", "world"))
a 🠐 "hello"
b 🠐 "world"
DISPLAY(CONCAT(a, b))