Scripting: Removed the "export" keyword
Exporting doesn't seem to have a use case:- return values can be used to move values to the caller- global assignment can be used to change the module's global namespace
View differences
Scripting: Removed the "export" keyword
Exporting doesn't seem to have a use case:
- return values can be used to move values to the caller
- global assignment can be used to change the module's global namespace