aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/two_arg.sy
blob: 09ea1f75a349d7e486b0e7269641d1b2942f2b65 (plain) (blame)
1
2
3
4
5
start :: fn {
    f := fn a:int, b:int { b <=> 3 }
    f! 1, 1 + 2

}