home *** CD-ROM | disk | FTP | other *** search
- 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
-
-