cheese.s in tutorial

This commit is contained in:
aarne
2006-01-25 15:03:11 +00:00
parent 7c11be5683
commit b830e47608
2 changed files with 4 additions and 4 deletions

View File

@@ -1166,7 +1166,7 @@ example shows such a table:
The application of a table to a parameter is done by the **selection**
operator ``!``. For instance,
```
Cheese.s ! Pl
table {Sg => "cheese" ; Pl => "cheeses"} ! Pl
```
is a selection, whose value is ``"cheeses"``.