1
0
forked from GitHub/gf-rgl

(Som) Rename obj2,secObj-> obj,obj2. Remove commented out code+old TODOs

This commit is contained in:
Inari Listenmaa
2019-09-27 11:39:19 +02:00
parent 8e929ea4fb
commit 62641093dd
3 changed files with 37 additions and 46 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ concrete QuestionSom of Question = CatSom ** open
subj = cls.subj ** { -- keep old subject pronoun,
noun = ip.s ! Nom -- and place IP first.
} ;
obj2 = cls.obj2 ** { -- move old subject noun before object.
s = cls.subj.noun ++ cls.obj2.s
obj = cls.obj ** { -- move old subject noun before object.
s = cls.subj.noun ++ cls.obj.s
} ;
stm = modSTM "baa" baan cls.stm
} ;