mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
cheese.s in tutorial
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<P ALIGN="center"><CENTER><H1>Grammatical Framework Tutorial</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></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 => "cheese" ; Pl => "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>
|
||||
|
||||
@@ -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"``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user