pseudocode 0.1.7

AP CSP Pseudocode interpreter (rough cut)
Documentation
b ← [1, 2, 3]
DISPLAY(b)
INSERT(b, 1, "a")
DISPLAY(b)
INSERT(b, 3, "b")
DISPLAY(b)