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

Add a REPL option to print x number of value from the stack after each cycle #9

Open
jeremyheiler opened this issue Mar 29, 2021 · 0 comments

Comments

@jeremyheiler
Copy link
Owner

jeremyheiler commented Mar 29, 2021

The tentative name for this option is --print. The default value will be 1, but it can be any non-negative integer.

After cycle, if the value is 0, no values will be printed. If the value is 1, the value at the top of the stack will be printed. If the value is 2, the top 2 values will be printed, and so on. If the value is all, the entire stack will be printed.

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