1
0
forked from GitHub/gf-rgl

changes to mkA2, mkV and insertObj in malay rgl added

This commit is contained in:
Meowyam
2023-03-01 15:06:25 +08:00
parent 2fcd5bd3ae
commit b462d7893f
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ lin
oper
advS : (comma : Str) -> Adverb -> S -> S = \comma,a,sent -> sent ** {
s = a.s ++ comma ++ sent.s
s = sent.s ++ comma ++ a.s
} ;
}