aboutsummaryrefslogtreecommitdiffstats
path: root/other.sy
blob: d81cd6bb7e4ed021aacd741b270ba8d79896f680 (plain) (blame)
1
2
3
4
5
6
7
8
9
f :: fn {
  print "f"
}

// answer := 42

g :: fn {
  ret 42
}