aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
blob: 869323a2098097f6a6bb121aa42970c1c0c4cfd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
use other

start :: fn {
  other.f()
  print other.g()
  42 <=> other.g()
  other.g() <=> 42
  other.q = 1
}