Codebase list libmawk / 90d5d2b3-585a-4bfd-a55b-70221f790edb/main src / example_apps / 15_get_array / out.ref
90d5d2b3-585a-4bfd-a55b-70221f790edb/main

Tree @90d5d2b3-585a-4bfd-a55b-70221f790edb/main (Download .tar.gz)

out.ref @90d5d2b3-585a-4bfd-a55b-70221f790edb/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