examples/numerals: adapt to current GF syntax

This commit is contained in:
hallgren
2010-11-12 16:46:44 +00:00
parent ac54c8e6e5
commit 75323ff56c
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 => "אלפים" ; _ => "אלף"} ;
}