Codebase list libmawk / debian/1.0.2-2 src / example_apps / 70_c_func / test.awk
debian/1.0.2-2

Tree @debian/1.0.2-2 (Download .tar.gz)

test.awk @debian/1.0.2-2raw · history · blame

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