Merge pull request #1983 from lumosmind/patch-40

is 'if' operator?
This commit is contained in:
Ilya Kantor 2020-07-18 14:12:58 +03:00 committed by GitHub
commit e251f05e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.