Reverse Specifics #418
Answered
by
TodePond
GoldenStack
asked this question in
Q&A
-
if false {
print Hey !
}
reverse! Does this print |
Beta Was this translation helpful? Give feedback.
Answered by
TodePond
Sep 28, 2023
Replies: 2 comments 2 replies
-
Imagine it like this: if false {
print Hey !
}
}
print Hey !
if false { Line 4 and 6 get interpreted as implicit strings, so yes - it does print Hey |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GoldenStack
-
Not sure what you mean about |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imagine it like this:
Line 4 and 6 get interpreted as implicit strings, so yes - it does print Hey