1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter4/Clothes.gf
2011-01-11 15:46:43 +00:00

6 lines
105 B
Plaintext

abstract Clothes = Comments ** {
fun
Shirt, Jacket : Kind ;
Comfortable, Elegant : Quality ;
}