Codebase list libmawk / a323d5b2-e0eb-4fad-b708-b7817dc988fe/main src / example_apps / 15_get_array / out.ref
a323d5b2-e0eb-4fad-b708-b7817dc988fe/main

Tree @a323d5b2-e0eb-4fad-b708-b7817dc988fe/main (Download .tar.gz)

out.ref @a323d5b2-e0eb-4fad-b708-b7817dc988fe/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