Files
gf-core/examples/phrasebook/PhrasebookIta.gf
2010-04-20 09:34:38 +00:00

17 lines
202 B
Plaintext

--# -path=.:present
concrete PhrasebookIta of Phrasebook =
GreetingsIta,
WordsIta
** open
SyntaxIta,
Prelude in {
flags language = it_IT ;
lin
PGreeting g = lin Text (ss g.s) ;
}