This is a set of articles based on Kernighan and Plauger's Book,
       
 (HTM) Software Tools in Pascal, 1981, Addison-Wesley
       
       The articles follow the structure of the book, with brief discussion
       of what was involved in translating from the vintage Standard Pascal
       to Oberon-07. In most cases the Oberon code is more compact and the
       features of Oberon avoid the need for macro processors and file
       inclusion through the use of modules.
       
 (TXT) Getting Started, 2022-09-29
 (TXT) Filters, 2020-10-31
       
       3. Files
       4. Sorting
       5. Text Patterns
       6. Editing
       7. Formatting
       8. Macro Processing