Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

$((++a++))



Why is this accepted?

% a=1
% echo $((++a++))
2
% echo $((--a--))
1

Looks like that should be an invalid arithmetic expression.

- M.



Messages sorted by: Reverse Date, Date, Thread, Author