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


g :: fn -> int {
  answer :: 42
  ret answer
}