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

Tree @master (Download .tar.gz)

simple.bhu @masterraw · history · blame

1
2
3
4
5
6
B = 100 * 8
Print B
if (B = 800) {
  B = B * 5
  Print B
}