Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

-e affect *1, *2, *3 #364

Open
mfikes opened this issue Feb 27, 2018 · 1 comment
Open

-e affect *1, *2, *3 #364

mfikes opened this issue Feb 27, 2018 · 1 comment

Comments

@mfikes
Copy link
Collaborator

mfikes commented Feb 27, 2018

$ lumo -e ':a' -e ':b' -e ':c' -e '*1' -e '*2' -e '*3' -e ':done'
:a
:b
:c
:c
:b
:a
:done
$ clj -e ':a' -e ':b' -e ':c' -e '*1' -e '*2' -e '*3' -e ':done'
:a
:b
:c
:done

Same as planck-repl/planck#659

@arichiardi
Copy link
Collaborator

Thanks! It is not supposed to! 😄

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

No branches or pull requests

2 participants