You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Every sequence of numbers in the input will be put onto the stack as a single multi-digit number
Every sequence of other characters will be put onto the stack as a single 0
The text was updated successfully, but these errors were encountered:
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
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:The text was updated successfully, but these errors were encountered: