Updated SC2039 (markdown)

Mingye Wang
2015-09-25 10:16:37 -04:00
parent 9da6e21ff6
commit 9ba5d19454

@@ -70,8 +70,8 @@ Bash:
POSIX:
```sh
: $((a=c+d))
[ $((d)) -ne 0 ] && echo d is true.
: $((a=c+d)) # discard the output of the arith expn with `:` command
[ $((d)) -ne 0 ] && echo d is true. # manually check non-zero => true
```
### `select` loops