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