when using &&
there are no intermediate steps
#33
Unanswered
schlichtanders
asked this question in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, run the following example in Pluto
using PlutoTest
If the key does not exist, it unfortunatly only shows the two basics steps
haskey(ENV, "MYKEY") && ENV["MYKEY"] in ("a", "b", "c")
(everything unevaluated)false
Beta Was this translation helpful? Give feedback.
All reactions