-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugBug reportBug reportcompletedWork has been completed on this issue and changes have been committed to `develop` branch..Work has been completed on this issue and changes have been committed to `develop` branch..
Description
Line 240 in 131d602
else if (Ch = '{') or (Ch = '\') or (Ch = '}') then |
The line
else if (Ch = '{') or (Ch = '\') or (Ch = '}') then
should be
else if (AnsiCh = '{') or (AnsiCh = '\') or (AnsiCh = '}') then
Metadata
Metadata
Assignees
Labels
bugBug reportBug reportcompletedWork has been completed on this issue and changes have been committed to `develop` branch..Work has been completed on this issue and changes have been committed to `develop` branch..