xschem/scconfig/src/tmpasm/regression/if.gasm

11 lines
103 B
Plaintext

put a 1
if a then
if b then
print {then-then}
else
print {then-else}
end
else
print {else}
end