mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
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" ;
|
|
}
|