function bar(y) print(y); endfunction function foo(x := bar(3)) print(x); endfunction foo(6);