Rev 16166 | Rev 16168 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16166 | Rev 16167 | ||
---|---|---|---|
Line 492... | Line 492... | ||
492 | !! 7x and 9x are treated differently. |
492 | !! 7x and 9x are treated differently. |
493 | !! For any other value, the name of the one or two-digit number |
493 | !! For any other value, the name of the one or two-digit number |
494 | !! is added as a special case. |
494 | !! is added as a special case. |
495 | 495 | ||
496 | !! _tyWord ends differently if ordinal number without unit 'digit' |
496 | !! _tyWord ends differently if ordinal number without unit 'digit' |
497 | !if ($slib_type issamecase ord) and ($slib_endOfNb issamecase yes) and ($slib_units==0) and ($slib_tens isin |
497 | !if ($slib_type issamecase ord) and ($slib_endOfNb issamecase yes) and ($slib_units==0) and ($slib_tens isin $(slib_var2) |
498 | slib_tyWordsType=$slib_tyWordsOrd |
498 | slib_tyWordsType=$slib_tyWordsOrd |
499 | slib_endOfNb=no |
499 | slib_endOfNb=no |
500 | !else |
500 | !else |
501 | slib_tyWordsType=$slib_tyWords |
501 | slib_tyWordsType=$slib_tyWords |
502 | !endif |
502 | !endif |