Join Slack
Powered by
what's the syntax (if any) for using an outer vari...
# announcements
a
afernan
10/30/2018, 3:11 PM
what's the syntax (if any) for using an outer variable from a nested when? e.g.
Copy code
with(A) { with(B) { doSomething(A) } }
Open in Slack
Previous
Next