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

6 lines
107 B
Plaintext

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