Codebase list libmawk / debian/latest src / example_apps / 70_c_func / test.awk
debian/latest

Tree @debian/latest (Download .tar.gz)

test.awk @debian/latestraw · history · blame

BEGIN { print "script: BEGIN" }
END   { print "script: END: " blobb(42.434445, "oops") }