1
0
forked from GitHub/gf-rgl

(Som) fix bug in pot3: retain hundred when adding thousand

This commit is contained in:
Inari Listenmaa
2019-08-13 12:10:11 +02:00
parent 62ed2ecb89
commit 993a79041b

View File

@@ -102,7 +102,7 @@ lin pot2plus d e = d ** {
n = Pl} ;
lin pot2as3 n = n ;
lin pot3 n = n ** {
thousand = "kun" ;
thousand = n.thousand ++ "kun" ;
ord = n.s ! Kow ++ "kunaad" ;
--da = M KA ; -- TODO check
n = Pl } ;