shithub: trueawk

ref: 0eeec2359f4cce389ae4e6163959c1fda3dcb9ad
dir: /testdir/t.fun3/

View raw version
function f(n) { while ((n /= 10) > 1)  print n }
function g(n) { print "g", n }
{ f($1); g($1) }