2 saveval - enable or disable saving of values
13 When evaluation of a line of statements at top level starts, a
14 "saved value" for that line is assigned the null value. When saving
15 is enabled (the initial state) and a statement being evaluated is an
16 expression or a return statement, the value returned by that expression
17 or statement replaces the current saved value; on completion of
18 evaluation of the line, the saved value, if it is not null, updates
21 This saving of values is enabled or disabled by calling saveval(arg)
22 with an argument arg that tests as nonzero or zero,
24 Whether saving is enabled or disabled does not affect the operation of