imppol for malay

This commit is contained in:
Meowyam
2022-04-27 11:40:04 +08:00
parent d35a709eb7
commit d14de723d0
5 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ oper
mkVerb : Str -> Prefix -> Verb = \str,p -> {
s = table {
Root => str ;
Active => prefix p str
Active => prefix p str ;
Imperative => str ++ BIND ++ "kan"
}
} ;