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

Stack Shifting #65

Closed
phase opened this issue Dec 8, 2015 · 1 comment
Closed

Stack Shifting #65

phase opened this issue Dec 8, 2015 · 1 comment

Comments

@phase
Copy link
Owner

phase commented Dec 8, 2015

! will be used to overload the next character, like m or CJam's e.

   56789 !)
95678
   1234 !(
2341
   345 !(!)!(
453
   2 !(
2
@refi64
Copy link
Collaborator

refi64 commented Mar 28, 2016

So, !) would move the top of the stack to the bottom, and !( would move the bottom of the stack to the top?

@refi64 refi64 closed this as completed in cc13cf1 Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants