Files
gf-core/book/examples/chapter4/Clothes.gf
2010-11-22 12:55:37 +00:00

6 lines
105 B
Plaintext

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