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

Tree @0.5 (Download .tar.gz)

if.60p @0.5raw · history · blame

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