Codebase list libmawk / run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main src / example_apps / 15_get_array / out.ref
run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main

Tree @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main (Download .tar.gz)

out.ref @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/mainraw · history · blame

1
2
3
4
5
6
7
script: BEGIN
app: bar = '42'
script: input: "This is a"
script: input: "multiline test input"
script: input: "for the artificial input buffer."
app: bar = '45'
script: END