Closed idillon-sfl closed 10 months ago
A bracket inside a string inside a function gives an error
d() { t = '{' }
A bracket inside a comment gives an error
do() { # { }
It does work inside python functions, though
Thank you
I'll fix the string one tomorrow, comment one should be fixed and I pushed a bunch of fixes just now
A bracket inside a string inside a function gives an error
A bracket inside a comment gives an error
It does work inside python functions, though
Thank you