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

Tree @master (Download .tar.gz)

tlist.bhu @masterraw · history · blame

1
2
3
4
5
6
I = 0
while I < 100000 {
  L= [I, atom]
  Print L, EoL
  I = I + 1
}