1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/Words.gf

14 lines
269 B
Plaintext

-- (c) 2009 Aarne Ranta under LGPL
abstract Words = Sentences ** {
fun
Wine, Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian,
Expensive, Delicious, Boring : Quality ;
Bar, Restaurant, Toilet : PlaceKind ;
Euro, Dollar, Lei : Currency ;
}