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

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

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

put [at 6:1]
 arg: tmp
 arg: {true}
if tmp [at 7:8]
then:
 foreach item in {foo bar true baz} [at 8:2]
  print [at 9:3]
   arg: item
   arg: {
}
  if item [at 10:11]
  then:
   halt [at 11:4]
  else:
   (NOP)
else:
 (NOP)