spelledThousandGrammarProd
grammar
spelledThousand(aThousand)
:
NumberProd
‘a’ ‘thousand’
grammar
spelledThousand(aThousandAndSmall)
:
NumberProd
‘a’ ‘thousand’ ‘and’ spelledSmallNumber->num_
grammar
spelledThousand(thousands)
:
NumberProd
spelledHundred->thou_ ‘thousand’
grammar
spelledThousand(thousandsAndSmall)
:
NumberProd
spelledHundred->thou_ ‘thousand’ ‘and’ spelledSmallNumber->num_
grammar
spelledThousand(thousandsPlus)
:
NumberProd
spelledHundred->thou_ ‘thousand’ spelledHundred->num_
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3