home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
sysutl
/
sh1_111.arc
/
BCX.SH
< prev
next >
Wrap
Text File
|
1987-07-28
|
198b
|
13 lines
^ integer calculator. exit by pressing enter with no data ^
if %# > 0
shx -aX %"%0%"
exit
endif
while '' == ''
accept X
if '%X' == ''
exit
endif
shx -aX %"%X%"
endwhile