tomatenquark / code

The code that powers Tomatenquark
https://tomatenquark.github.io/
Other
34 stars 5 forks source link

Make variables identified by '_' non-persistent #41

Closed SalatielSauer closed 4 years ago

SalatielSauer commented 4 years ago

Makes variables like _myvar = "hello" temporary, not saving them in config.cfg on exit.

This is useful to prevent some variables from going through the "escapestring" function, which removes or replaces characters and sometimes causes problems.