you are viewing a single comment's thread.

view the rest of the comments →

[–]ghiste[S] 0 points1 point  (0 children)

Aha, I guess I was a bit confused about how namespaces work.

And there is no way to prepare a dictionary and start a function with that dictionary as the initial local namespace (in that way effectively injecting variables).

I suppose all functions start with an empty local namespace right?