Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not finding day 1 #3

Open
DRPanther opened this issue May 2, 2019 · 0 comments
Open

Not finding day 1 #3

DRPanther opened this issue May 2, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@DRPanther
Copy link
Owner

The program is not finding day one (1) when running. Line 111 is not comparing properly.

repeat
readln(ndin,line)
until ((line) = (day));

Both line and day are strings that are equal to '1', but it will not break from the repeat loop.

@DRPanther DRPanther added the bug Something isn't working label May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant