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

Tree @master (Download .tar.gz)

aha.bhu @masterraw · history · blame

S = "lessthanten"

F = ^ A {
  if A > 10
    return A
  else
    return S
}

B = F(8)