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 [ ] and if, then, else, fi, remove runif #76

Open
evaera opened this issue Apr 24, 2019 · 0 comments
Open

Add [ ] and if, then, else, fi, remove runif #76

evaera opened this issue Apr 24, 2019 · 0 comments
Labels
future There are no plans for this currently, but it might be considered in the distant future.

Comments

@evaera
Copy link
Owner

evaera commented Apr 24, 2019

#25 should now be [ command

Add success status to commands

if increases conditional depth, fi decreases. then and else check stack at the current depth.
elif checks if current depth is false, if so, replaces it

if [ ${hover} == evaera ]; then announce "It's evaera"; else announce "That's not evaera!"; fi

; separates commands

Each command sequence needs a unique id to separate it from other concurrent commands

@evaera evaera added the type:enhancement New feature or request label Apr 24, 2019
@evaera evaera added the help wanted Contributions welcome label Jul 30, 2019
@autonordev autonordev closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2023
@autonordev autonordev reopened this Jul 4, 2023
@autonordev autonordev added future There are no plans for this currently, but it might be considered in the distant future. and removed type:enhancement New feature or request help wanted Contributions welcome scope:built-in command labels Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future There are no plans for this currently, but it might be considered in the distant future.
Projects
None yet
Development

No branches or pull requests

2 participants