You're viewing a single thread.
View all comments
125
comments
What's wrong with "else"
11 1 ReplyIt's not
ifn't
51 0 Reply*it'sn't
20 1 ReplyI'dn't've said it like that.
5 0 ReplyPerchance
1 0 Reply
^This
OP raises a valid point
2 2 Reply
if(condition) {#block never used} else {#actually do a thing}
Vs
ifn't(condition) {#actually do a thing}
Vs
if!(condition) {#actually do a thing}
6 0 Replyvs
if (not condition) {#actually do a thing}
2 2 Reply
Cannot start a statement with else. One can with ifn't. There is a new thing where we don't branch (which is a separate discussion).
Or am I missing the joke...
3 0 Reply
You've viewed 125 comments.
Scroll to top