Codebase list libmawk / debian/1.0.1-1 src / example_apps / 70_c_func / test.awk
debian/1.0.1-1

Tree @debian/1.0.1-1 (Download .tar.gz)

test.awk @debian/1.0.1-1raw · history · blame

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