f:= fun(sin(args(1)^2 + args(2)^2)): f(x, y); sin(x^2 + y^2)
block 文を使えば1行で書くには難しい関数を書くこともできますが、 このようなときには普通 proc を使った方がいいでしょう。