Difference between revisions of "If"
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
... | ... | ||
fi | fi | ||
+ | |||
+ | Bash: | ||
+ | if..[[elif]]..else | ||
Line 20: | Line 23: | ||
* <code>[[man test]]</code> | * <code>[[man test]]</code> | ||
* <code>[[when: (ansible)]]</code> | * <code>[[when: (ansible)]]</code> | ||
− | * [[if __name__ == "__main__":]] | + | * <code>[[if __name__ == "__main__":]]</code> |
− | * [[-z]] | + | * <code>[[-z]]</code> |
+ | * <code>[[==]]</code> | ||
+ | * [[Terraform conditional expressions]] | ||
+ | * [[if:]] | ||
== See also == | == See also == |
Latest revision as of 11:42, 26 May 2023
wikipedia:Conditional (computer programming)
if (( a > b )); then ... fi
if (( a > b )); then ... else ... fi
Bash:
if..elif..else
Activities[edit]
Related terms[edit]
See also[edit]
- Flow control,
if, for, while, defer
if
,man test
,-z, elif
- 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 - Programming languages: C, C++, Java, Kotlin, IaC, Bash, zsh, Rust, Lua, php, Clojure, Haskell, Go, Erlang, Scala, Python, Ruby, gcc, glibc, swift, Zig, Julia
Advertising: