stubs9.red 86 B

12345678910
  1. % STUBS9.RED
  2. procedure MkQuote x;
  3. List('quote,x);
  4. procedure flag(x,y);
  5. NIL;
  6. End;