Enumerations, Records, Arrays, Text Strings

In a simple program to manage mappings for file extensions (e.g., ".c", ".m3", "i3", ".html") you are introduced to enumerated, record, array types. You also learn about text string operations.

You may view the main module, ExtensionLookup to learn more.