prevented a syncoded symbol from being used as a variable/argument name

This commit is contained in:
2016-10-13 09:48:32 +00:00
parent 84f2ebeae4
commit 2ae17b870b
3 changed files with 36 additions and 5 deletions

View File

@ -596,6 +596,8 @@ static char* syntax_error_msg[] =
"too many variables defined",
"variable declaration disallowed",
"duplicate variable name",
"disallowed variable name",
"disallowed argument name",
"break outside loop"
};