Codebase list libmawk / c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main src / example_apps / 15_get_array / out.ref
c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main

Tree @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main (Download .tar.gz)

out.ref @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/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