Using expr('') returns an error
LadyCailinBot opened this issue · 2 comments
CMDHELPER-2925 - Reported by Алексей.Положенцев
/1 = >>>
@x = '' msg(expr(@x)) <<<
returns this: http://pastebin.com/vizNwfRc when using "/1".
"expr('')" in any part of code returns this: http://pastebin.com/b4ft7w9d when reloading aliases.
Comment by Алексей.Положенцев
hmm, single quotes are invisible! I wrote @x = quote quote and expr(quote quote) XDD