spelledThousandGrammarProd

grammar spelledThousand(aThousand) :   NumberProd en_us.t[7585]

'a' 'thousand'
grammar spelledThousand(aThousandAndSmall) :   NumberProd en_us.t[7589]
'a' 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousands) :   NumberProd en_us.t[7568]
spelledHundred->thou_ 'thousand'
grammar spelledThousand(thousandsAndSmall) :   NumberProd en_us.t[7579]
spelledHundred->thou_ 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousandsPlus) :   NumberProd en_us.t[7573]
spelledHundred->thou_ 'thousand' spelledHundred->num_
TADS 3 Library Manual
Generated on 7/19/2007 from TADS version 3.0.15.1