Links to other topics
List of Statements Story Problem Index
Anglish Features Examples of Tables
Anglish Program Syntax Multiple Tables

Anglish Sentence Syntax

The punctuation syntax for for restricted plurals is as follows: The list of rows in the for statement is terminated by a colon ":". Each subsequent intermediate statement is terminated with a semi-colon, ";". The last statement is terminated by a period ".". The row restrictions imposed by the for statment applies to all statements until a statement terminated by a period is detected. The range of the restriction is called its "scope."

Below is a sample of the syntax.

     For a, b, ... and c:
          statement1;
          statement2;
              :
          statementn.

For restricted plural syntax is similar to the Anglish program syntax.