miscWordListGrammarProd
grammar
miscWordList(list)
:
MiscWordListProduction
(tokWord->txt_ | tokInt->txt_ | tokApostropheS->txt_ |
tokAbbrPeriod->txt_
| tokPoundInt->txt_ | tokString->txt_) miscWordList->lst_
grammar
miscWordList(wordOrNumber)
:
MiscWordListProduction
tokWord->txt_ | tokInt->txt_ | tokApostropheS->txt_
| tokPoundInt->txt_ | tokString->txt_ | tokAbbrPeriod->txt_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1