git @ Cat's Eye Technologies Bhuna / master eg / fun2.bhu
master

Tree @master (Download .tar.gz)

fun2.bhu @masterraw · history · blame

1
2
3
4
5
6
7
8
9
F = ^{
  T = 123
  return ^{ return 17 }
}

Print F, EoL
Print F(), EoL
Print F()(), EoL
Print F()()(), EoL