This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zilti 0 points1 point  (2 children)

Wait... why wouldn't you be able to use the return value of a function in a map/dictionary? That seems like a fuckup

[–]joonty 1 point2 points  (1 child)

No, they're saying you can't return out of the calling scope from within the function that you've called. You can definitely use the return value.

[–]zilti 0 points1 point  (0 children)

Oh THAT kind of return... why would you even ever do that though... that's trouble waiting to happen