File psl-1983/3-1/tests/mini-symbol-values.red artifact 2f5df62185 part of check-in d9e362f11e


% MINI-SYMBOL-VALUES.RED

Procedure Set(x,y);
 Begin 
   If IDP x then SYMVAL(IDINF x):=y
    else <<prin2 '"**** Non-ID in SET: ";Print x>>;
   return y;
 End;

End;


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]