Hacker News new | ask | show | jobs
by Aardwolf 493 days ago
"-2 ** 3 SyntaxError: unparenthesized unary expression can't appear on the left-hand side of '*' "

That's actually a great error, I have made the mistake of expecting "-2 ** 2" would output 4 instead of -4 before.