spelledThousandGrammarProd |
grammar
spelledThousand(aThousand) : NumberProd
| en_us.t[7817] |
'a' 'thousand'
grammar
spelledThousand(aThousandAndSmall) : NumberProd
| en_us.t[7821] |
'a' 'thousand' 'and' spelledSmallNumber->num_
grammar
spelledThousand(thousands) : NumberProd
| en_us.t[7800] |
spelledHundred->thou_ 'thousand'
grammar
spelledThousand(thousandsAndSmall) : NumberProd
| en_us.t[7811] |
spelledHundred->thou_ 'thousand' 'and' spelledSmallNumber->num_
grammar
spelledThousand(thousandsPlus) : NumberProd
| en_us.t[7805] |
spelledHundred->thou_ 'thousand' spelledHundred->num_
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3