This document discusses using the Ring programming language to create natural language programs based on classes and objects. It provides an example of defining classes to represent the natural language instructions "I want window" and "Window title =". The example shows how objects can execute code for each instruction. The document also discusses changing the Ring keyword "and" to avoid conflicts when parsing natural language statements. In summary, this document demonstrates how Ring allows programmers to build natural language interfaces by defining classes for natural language statements.