1
0
forked from GitHub/gf-core

small fixes in tutorial ; added txt source of the same

This commit is contained in:
aarne
2008-10-01 16:07:09 +00:00
parent 429092ac6a
commit 6c6ff81109
2 changed files with 5022 additions and 3 deletions

View File

@@ -715,13 +715,13 @@ Default of the language flag (<CODE>-lang</CODE>): the last-imported concrete sy
<B>Multilingual generation</B>:
</P>
<PRE>
&gt; parse -lang=HelloEng "hello friends" | linearize -multi
&gt; parse -lang=HelloEng "hello friends" | linearize
terve ystävät
ciao amici
hello friends
</PRE>
<P>
As <CODE>-multi</CODE> is the default, it can be omitted.
Linearization is by default to all available languages.
</P>
<P>
<!-- NEW -->
@@ -788,7 +788,7 @@ You can also write a <B>script</B>, a file containing the lines
If we name this script <CODE>hello.gfs</CODE>, we can do
</P>
<PRE>
$ gf --run &lt;hello.gfs s
$ gf --run &lt;hello.gfs
ciao mondo
terve maailma

5019
doc/gf-tutorial.txt Normal file

File diff suppressed because it is too large Load Diff