Skip to content

Commit

Permalink
add Sub1000000000 and Sub1000000000000
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Feb 8, 2024
1 parent 82891f3 commit ea2dfb2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/arabic/NumeralAra.gf
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ lincat
n : Size } ;
Sub10 = {s : DForm => CardOrd => Gender => State => Case => Str ;
n : Size } ;
Sub100 = {s : CardOrd => Gender => State => Case => Str ;
n : Size} ;
Sub1000 = {s : CardOrd => Gender => State => Case => Str ;
n : Size } ;
Sub1000000 = {s : CardOrd => Gender => State => Case => Str ;
Sub100, Sub1000, Sub1000000, Sub1000000000, Sub1000000000000
= {s : CardOrd => Gender => State => Case => Str ;
n : Size} ;



lin num x = x ;

lin n2 = num2 ** {n = Two };
Expand Down Expand Up @@ -109,6 +104,9 @@ lincat
--lin pot3plus n m = {
-- s = \\c => n.s ! NCard ++ "تهُْسَند" ++ m.s ! c ; n = Pl} ;

lin pot3as4 n = n ;
lin pot4as5 n = n ;

-- numerals as sequences of digits

lincat
Expand Down

0 comments on commit ea2dfb2

Please sign in to comment.