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

Tree @master (Download .tar.gz)

sub2.bhu @masterraw · history · blame

1
2
3
4
5
Sub = ^ A, B, C {
  Print "hello from Sub, A=", A, ", B=", B, ", C=", C
}

Sub "A", "B", "C"