diff options
Diffstat (limited to 'unix/boot/spp/rpp/rpprat/elseif.r')
-rw-r--r-- | unix/boot/spp/rpp/rpprat/elseif.r | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unix/boot/spp/rpp/rpprat/elseif.r b/unix/boot/spp/rpp/rpprat/elseif.r new file mode 100644 index 00000000..88b1355d --- /dev/null +++ b/unix/boot/spp/rpp/rpprat/elseif.r @@ -0,0 +1,13 @@ +#-h- elseif 155 local 12/01/80 15:53:51 +# elseif - generate code for end of if before else + include defs + + subroutine elseif (lab) + integer lab + + call outgo (lab+1) + call indent (-1) + call outcon (lab) + call indent (1) + return + end |