spelledThousandGrammarProd
grammar
spelledThousand(aThousand)
:
Production
‘a’ ‘thousand’
grammar
spelledThousand(aThousandAndSmall)
:
Production
‘a’ ‘thousand’ ‘and’ spelledSmallNumber->num_
grammar
spelledThousand(thousands)
:
Production
spelledHundred->thou_ ‘thousand’
grammar
spelledThousand(thousandsAndSmall)
:
Production
spelledHundred->thou_ ‘thousand’ ‘and’ spelledSmallNumber->num_
grammar
spelledThousand(thousandsPlus)
:
Production
spelledHundred->thou_ ‘thousand’ spelledHundred->num_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1