Updated SC2015 (markdown)

Joachim Ansorg
2021-11-12 19:17:10 +01:00
parent 6bb6eba387
commit 04b254bcb2

@@ -1,4 +1,4 @@
# Note that A && B || C is not if-then-else. C may run when A is true.
# Note that `A && B || C` is not if-then-else. C may run when A is true.
### Problematic code: