Commit 1843b79a authored by Steve Bennett's avatar Steve Bennett
Browse files

expr: TIP 526, only support a single arg



Avoid unexpected issues by concatenating multiple arguments.
This does create an incompatibility with early versions, but
it is generally trivial to convert existing code to one of two forms:

1. expr {$a + $b}    -- usually correct
2. expr "$a + $b"    -- usually incorrect

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent 5fed8801
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment