Codebase list libmawk / lintian-fixes/main scconfig / src / tmpasm / regression / append.gasm
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

append.gasm @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
append tmp {foo}
append tmp {bar}
append tmp {baz}
foreach n in tmp
	print {-> } n {\n}
end