git @ Cat's Eye Technologies SixtyPical / 0.2 eg / if.60p
0.2

Tree @0.2 (Download .tar.gz)

if.60p @0.2raw · history · blame

routine foo
  inputs a
  outputs a
{
    cmp a, 42
    if z {
        ld a, 7
    } else {
        ld a, 23
    }
}