aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/rppfor/puttok.f
blob: 41d4df64f2ca8f0ab6d39f4869352870ffd08cc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
subroutine puttok (str)
      integer str (100)
      integer i
      i = 1
23000 if (.not.(str (i) .ne. -2))goto 23002
      call putchr (str (i))
23001 i = i + 1
      goto 23000
23002 continue
      return
      end