Files
gf-core/gf-book/examples/chapter4/Computers.gf
2011-01-11 15:46:43 +00:00

6 lines
107 B
Plaintext

abstract Computers = Comments ** {
fun
Computer, HardDisk : Kind ;
Efficient, Slow : Quality ;
}