forked from GitHub/gf-rgl
(Som) fix bug in pot3: retain hundred when adding thousand
This commit is contained in:
@@ -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 } ;
|
||||
|
||||
Reference in New Issue
Block a user