home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 June B
/
Pcwk6b98.iso
/
DESIGCAD
/
DESCAD7P
/
DCAD
/
BASICCAD
/
ST.BSC
< prev
Wrap
Text File
|
1994-01-22
|
443b
|
18 lines
do while 1=1
input "sys function to evaluate: ", i
if sys(999) then goto quit
message "sys(", i, ")= ", sys(i)
input "enter new value for sys() :",x
if sys(999) then goto quit
sys(i)=x
if sys(i)=x then message "sys() changed to ", sys(i)
if sys(i) <> x then message" sys() is read_only or cannot take that value"
a$=Y
input "Continue (Y/N)",a$
if a$="N" or a$="n" or sys(999)=1 then goto quit
>regenerate
loop
quit:
end