local int a; while (!(isempty (output))) do begin a := pop(output); switch(gettype(a)) begin case "Instruction" then break default then print a; print " "; break end; end;