Codebase list libmawk / 70499808-c2b9-4be2-ae11-0ab4b3a1a115/main src / example_apps / 15_get_array / out.ref
70499808-c2b9-4be2-ae11-0ab4b3a1a115/main

Tree @70499808-c2b9-4be2-ae11-0ab4b3a1a115/main (Download .tar.gz)

out.ref @70499808-c2b9-4be2-ae11-0ab4b3a1a115/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