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

Tree @master (Download .tar.gz)

rec2.bhu @masterraw · history · blame

G = 3

R = ^{
  if G > 0 {
    G = G - 1
    R
  }
}

R