Difference between revisions of "If"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
* [[Bash]]: https://stackoverflow.com/questions/18668556/comparing-numbers-in-bash
 
* [[Bash]]: https://stackoverflow.com/questions/18668556/comparing-numbers-in-bash
 +
if (( a > b )); then
 +
    ...
 +
fi
  
  

Revision as of 14:12, 21 September 2020

Advertising: