1
0
forked from GitHub/gf-core

examples/numerals: adapt to current GF syntax

This commit is contained in:
hallgren
2010-11-12 16:46:44 +00:00
parent bad36015d2
commit b46442ab0b
9 changed files with 189 additions and 190 deletions

View File

@@ -87,7 +87,7 @@ lin pot3plus n m =
{s = n.s ! attr ++ Alf ! n.size ++ "ו" ++ m.s ! indep} ;
oper Alf : Size => Str =
table {{small} => "אלפים" ; {dual} => "אלפים" ; _ => "אלף"} ;
table {small => "אלפים" ; dual => "אלפים" ; _ => "אלף"} ;
}