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

Tree @master (Download .tar.gz)

test.bhu @masterraw · history · blame

1
2
3
4
5
6
// A = [1, 5, 4]
// B = A[2]

F = ^ A { return A + 1 }

G = F(10)