genius257 / autoit3-pegjs

A PEG.js parser for the AutoIt3 language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constant VariableDeclaration must require initial value

genius257 opened this issue · comments

Const $a

This is not allowed, the constant declaration MUST specify an initial value:

Const $a = 1