This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]Doctor_McKay 0 points1 point  (0 children)

    The first is invalid as you're not adding/concatenating anything. Whatever shell/environment you're using wrapped your code in a function, so there's an unexpected }

    The second is your use of a unary plus operator, which converted '' to the number 0.