mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
started a subdir for the book
This commit is contained in:
9
book/examples/chapter4/ComputersIta.gf
Normal file
9
book/examples/chapter4/ComputersIta.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
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" ;
|
||||
}
|
||||
Reference in New Issue
Block a user