forked from GitHub/gf-core
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
abstract FoodComments = Comments ** {
|
|
|
|
fun
|
|
Wine, Cheese, Fish, Pizza : Kind ;
|
|
Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ;
|
|
|
|
}
|