editor.mod 102 B

123456789
  1. MODULE editor;
  2. (* based on the kilo editor building course*)
  3. (* Chapter 2 *)
  4. BEGIN
  5. END editor.