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

Multi-digit number input #3

Open
8Dion8 opened this issue Aug 12, 2020 · 1 comment
Open

Multi-digit number input #3

8Dion8 opened this issue Aug 12, 2020 · 1 comment

Comments

@8Dion8
Copy link
Owner

8Dion8 commented Aug 12, 2020

Currently, it is very space-consuming to input a multi-digit number onto the stack. A possible solution is to change the @ operator in the following way:

  1. Every sequence of numbers in the input will be put onto the stack as a single multi-digit number
  2. Every sequence of other characters will be put onto the stack as a single 0
@8Dion8
Copy link
Owner Author

8Dion8 commented Aug 12, 2020

Currently pushed an update that changes the behaviour the following way:
Every sequence of numbers in the input will be put onto the stack as a single multi-digit number. All other characters are ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant