forked from GitHub/gf-core
10 lines
324 B
Plaintext
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" ;
|
|
}
|