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

10 lines
324 B
Plaintext

concrete ComputersIta of Computers =
CommentsIta ** open ResIta in {
lin
Computer = noun "computer" "computer" Masc ;
HardDisk = noun "disco rigido" "dischi rigidi" Masc ;
Efficient = adjective "efficiente" "efficiente"
"efficienti" "efficienti" ;
Slow = regAdj "lento" ;
}