Files
gf-core/examples/phrasebook/Food.gf
2010-03-20 21:21:50 +00:00

9 lines
188 B
Plaintext

-- (c) 2009 Aarne Ranta under LGPL
abstract Food = Sentences ** {
fun
Wine, Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian,
Expensive, Delicious, Boring : Quality ;
}