1 2 3 4 5 6 7 8 9 10 11
routine foo inputs a outputs a { cmp a, 42 if z { ld a, 7 } else { ld a, 23 } }