Codebase list libmawk / b9006faf-873e-4aac-9952-74a72f875ff9/main src / example_apps / 15_get_array / out.ref
b9006faf-873e-4aac-9952-74a72f875ff9/main

Tree @b9006faf-873e-4aac-9952-74a72f875ff9/main (Download .tar.gz)

out.ref @b9006faf-873e-4aac-9952-74a72f875ff9/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