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

@@ -7,7 +7,7 @@
<P ALIGN="center"><CENTER><H1>Grammatical Framework Tutorial</H1>
<FONT SIZE="4">
<I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR>
Last update: Sat Jan 7 21:51:56 2006
Last update: Wed Jan 25 16:03:03 2006
</FONT></CENTER>
<P></P>
@@ -1417,7 +1417,7 @@ The application of a table to a parameter is done by the <B>selection</B>
operator <CODE>!</CODE>. For instance,
</P>
<PRE>
Cheese.s ! Pl
table {Sg =&gt; "cheese" ; Pl =&gt; "cheeses"} ! Pl
</PRE>
<P>
is a selection, whose value is <CODE>"cheeses"</CODE>.
@@ -2392,6 +2392,6 @@ English and German.
A simpler example will be explained here.
</P>
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -\-toc gf-tutorial2.txt -->
</BODY></HTML>

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"``.