id: "abc" name: "ABC" install: apt: - libtinfo5:i386 repl: | abc input: | WRITE 123 * 234 main: "main.abc" template: | WRITE "Hello, world!" / run: | abc "$PWD/main.abc" - scope: code: | PUT 123 * 234 IN x input: | WRITE x