v0.78.0
What's Changed
int("")==0
(was an error)- adding
trim()
,trim_left()
andtrim_right()
with whitespace trimming by default or whichever character set - new
-no-register
option to disable register optimizations (some scripts like the advent of code 11 are slower with registers because of memory churn in Modify)
Full Changelog: v0.77.0...v0.78.0