stubs2.red 92 B

12345678
  1. % STUBS2.RED
  2. % just a dummy for now
  3. procedure Flag(x, y);
  4. List('dummy, 'flag, x,y);
  5. END;