right now when including the standard library, extra variables are added to the final project, even if they aren't used. example code: main.gs ``` costumes "assets/blank.svg"; %include std/string ``` causes 22 variables and 2 lists to be added excessively
right now when including the standard library, extra variables are added to the final project, even if they aren't used.
example code:
main.gs
causes 22 variables and 2 lists to be added excessively