You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be useful to define the global environment as read-only. Such that it is not possible to create/modify any global variables. This will not effect locals.
-- Not allowed:my_global=12-- Locals oklocalmy_local=12-- Calling functions is allowedfoobar()
The text was updated successfully, but these errors were encountered:
It may be useful to define the global environment as read-only. Such that it is not possible to create/modify any global variables. This will not effect locals.
The text was updated successfully, but these errors were encountered: