home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
libcruft
/
misc
/
xstopx.f
< prev
Wrap
Text File
|
1996-09-28
|
256b
|
10 lines
subroutine xstopx (string)
character *(*) string
integer slen
slen = len (string)
if (slen .eq. 0) goto 9999
if (slen .eq. 1 .and. string(1:1) .eq. ' ') goto 9999
write (*, *) string
9999 call dostop ()
end