Codebase list libmawk / upstream/1.0.2 src / example_apps / 70_c_func / test.awk
upstream/1.0.2

Tree @upstream/1.0.2 (Download .tar.gz)

test.awk @upstream/1.0.2raw · history · blame

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