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

Tree @master (Download .tar.gz)

typo2.bhu @masterraw · history · blame

F = ^ A {
  if A < 10
    Print "return 5"
  else {
    Print "I dunno, man...", EoL
    // return "string!"
  }
  // return 100
}

Print F(4)