is 'if' operator?
The title makes me ask "is 'if' keyword operator or not?". I think 'if' is not operator because it does not return any value and it is called if-statement.
This commit is contained in:
parent
ea3d179622
commit
ad0dd99b62
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Conditional operators: if, '?'
|
# Conditional branching: if, '?'
|
||||||
|
|
||||||
Sometimes, we need to perform different actions based on different conditions.
|
Sometimes, we need to perform different actions based on different conditions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue