Codebase list libmawk / scrub-obsolete/main src / example_apps / 70_c_func / test.awk
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

test.awk @scrub-obsolete/mainraw · history · blame

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