Difference between revisions of "If"
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
This article is a Draft. Help us to complete it.
wikipedia:Conditional (computer programming)
if (( a > b )); then ... fi
Activities
See also
- Programming: C, Python,
go
,loop
,while
,for
,if
,variable
, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization
Advertising: