CAL
Cool Array Language.
BUILDING
% cargo test # test
% cargo build # build
% cargo install --path . # install
USAGE
% rlwrap cali # repl
% cali [f] # run file f
% cali -t [f] # run file in text mode
TEXT MODE
<p>this will be printed to stdout as text</p>
<!-- a random number -->
<p><? << "die roll: ", $0?6; ?></p>