diff options
Diffstat (limited to 'calc1.pas')
| -rw-r--r-- | calc1.pas | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -143,9 +143,8 @@ begin begin Result := TokenInteger.Create(GetInteger); Exit; - end; - - if CurChar = '+' then + end + else if CurChar = '+' then begin Result := TokenPlus.Create; Inc(CurPos); |
