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

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

test.awk @debian/1.0.2-1

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