mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Project import generated by Copybara.
PiperOrigin-RevId: 311271037
This commit is contained in:
parent
95d408ee11
commit
d2227f2ef3
|
@ -936,7 +936,7 @@ statement, and otherwise be wary of its expression evaluating to zero
|
||||||
```shell
|
```shell
|
||||||
# Simple calculation used as text - note the use of $(( … )) within
|
# Simple calculation used as text - note the use of $(( … )) within
|
||||||
# a string.
|
# a string.
|
||||||
echo "$(( 2 + 2 )) is 4!?"
|
echo "$(( 2 + 2 )) is 4"
|
||||||
|
|
||||||
# When performing arithmetic comparisons for testing
|
# When performing arithmetic comparisons for testing
|
||||||
if (( a < b )); then
|
if (( a < b )); then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user