| CIS 554 -- REBOL Quiz | Name
__________________________________ |
Rebol [ ]
Why or why not?
eitherdowhile and greater? x 0 lesser? x 100 x: to-integer read %nums.txtwhile (and (greater? x 0) (lesser? x 100)) (x: to-integer (read %nums.txt)) save-button, with the text Save,
that when clicked will call the save function (which has no arguments).