enhanced compile_return() to handle 'return' differently in a function block containing return variables
This commit is contained in:
@ -144,6 +144,7 @@ static char* synerrstr[] =
|
||||
"duplicate variable name",
|
||||
"disallowed variable name",
|
||||
"disallowed argument name",
|
||||
"disallowed",
|
||||
|
||||
"elif without if",
|
||||
"else without if",
|
||||
|
||||
Reference in New Issue
Block a user