Codebase list libmawk / debian/1.0.0-3 src / example_apps / 71_c_func_call / test.awk
debian/1.0.0-3

Tree @debian/1.0.0-3 (Download .tar.gz)

test.awk @debian/1.0.0-3raw · history · blame

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