spelledThousandGrammarProd

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

'a' 'thousand'
grammar spelledThousand(aThousandAndSmall) :   NumberProd en_us.t[7808]
'a' 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousands) :   NumberProd en_us.t[7787]
spelledHundred->thou_ 'thousand'
grammar spelledThousand(thousandsAndSmall) :   NumberProd en_us.t[7798]
spelledHundred->thou_ 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousandsPlus) :   NumberProd en_us.t[7792]
spelledHundred->thou_ 'thousand' spelledHundred->num_
TADS 3 Library Manual
Generated on 12/22/2011 from TADS version 3.1.0