spelledThousandGrammarProd

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

'a' 'thousand'
grammar spelledThousand(aThousandAndSmall) :   NumberProd en_us.t[7621]
'a' 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousands) :   NumberProd en_us.t[7600]
spelledHundred->thou_ 'thousand'
grammar spelledThousand(thousandsAndSmall) :   NumberProd en_us.t[7611]
spelledHundred->thou_ 'thousand' 'and' spelledSmallNumber->num_
grammar spelledThousand(thousandsPlus) :   NumberProd en_us.t[7605]
spelledHundred->thou_ 'thousand' spelledHundred->num_
TADS 3 Library Manual
Generated on 4/11/2008 from TADS version 3.0.16