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

Tree @master (Download .tar.gz)

fun0.bhu @masterraw · history · blame

1
2
3
4
5
6
7
8
9
G = ^{
  Q = "hello"
  F = ^{
    Print Q, EoL
  }
  F
}

G