Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main src / example_apps / 15_get_array / out.ref
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

out.ref @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/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