diff options
Diffstat (limited to 'unix/boot/spp/rpp/rpprat/outgo.r')
-rw-r--r-- | unix/boot/spp/rpp/rpprat/outgo.r | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unix/boot/spp/rpp/rpprat/outgo.r b/unix/boot/spp/rpp/rpprat/outgo.r new file mode 100644 index 00000000..d4f54faa --- /dev/null +++ b/unix/boot/spp/rpp/rpprat/outgo.r @@ -0,0 +1,13 @@ +#-h- outgo 239 local 12/01/80 15:54:31 +# outgo - output "goto n" + include defs + +subroutine outgo (n) + +integer n +include COMMON_BLOCKS + + if (xfer == YES) + return + call ogotos (n, NO) +end |