Codebase list libmawk / upstream/1.0.3 scconfig / src / tmpasm / regression / if.ref
upstream/1.0.3

Tree @upstream/1.0.3 (Download .tar.gz)

if.ref @upstream/1.0.3raw · history · blame

put [at 1:1]
 arg: a
 arg: 1
if a [at 2:6]
then:
 if b [at 3:7]
 then:
  print [at 4:3]
   arg: {then-then}
 else:
  print [at 6:3]
   arg: {then-else}
else:
 print [at 9:2]
  arg: {else}