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

Tree @master (Download .tar.gz)

fnoo.bhu @masterraw · history · blame

Sub = ^ A {
  I = 0
  while (I < A) {
    if I > 30
      Print "*"
    else
      Print "/"
    I = I + 1
  }
}

Sub 40
Sub 80