blob: d4f54faa3a6ef5a62009ef7678149c7483b55eb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|