DEBSOURCES
Skip Quicknav
sources / iraf / 2.17-4 / unix / boot / spp / rpp / rppfor / elseif.f
12345678
subroutine elseif (lab) integer lab call outgo (lab+1) call indent (-1) call outcon (lab) call indent (1) return end