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

Tree @master (Download .tar.gz)

recloc.bhu @masterraw · history · blame

1
2
3
4
5
6
7
8
Q = ^ A, B {
  T = A - B
  Print T, EoL
  if T > 0
    Q T, B
}

Q 10, 2