4 lines
86 B
Standard ML
4 lines
86 B
Standard ML
function g() { return "{" f() "}" }
|
|
function f() { return $1 }
|
|
{ print "<" g() ">" }
|