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

// answer := 42

g :: fn {
  // ret answer
}