1
0
forked from GitHub/gf-core

cheese.s in tutorial

This commit is contained in:
aarne
2006-01-25 15:03:11 +00:00
parent f1baa09089
commit 9cb10ab12e
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"``.