awk/testdir/t.fun
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

4 lines
86 B
Standard ML

function g() { return "{" f() "}" }
function f() { return $1 }
{ print "<" g() ">" }