spelledThousandGrammarProd

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

'a' 'thousand'
grammar spelledThousand(aThousandAndSmall) :   NumberProd en_us.t[7531]
'a' 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousands) :   NumberProd en_us.t[7510]
spelledHundred->thou_ 'thousand'
grammar spelledThousand(thousandsAndSmall) :   NumberProd en_us.t[7521]
spelledHundred->thou_ 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousandsPlus) :   NumberProd en_us.t[7515]
spelledHundred->thou_ 'thousand' spelledHundred->num_
TADS 3 Library Manual
Generated on 9/8/2006 from TADS version 3.0.11