Comment on ifn't
Darkassassin07@lemmy.ca 10 months agoif(condition) {#block never used} else {#actually do a thing}
Vs
ifn’t(condition) {#actually do a thing}
Vs
if!(condition) {#actually do a thing}
Comment on ifn't
Darkassassin07@lemmy.ca 10 months agoif(condition) {#block never used} else {#actually do a thing}
Vs
ifn’t(condition) {#actually do a thing}
Vs
if!(condition) {#actually do a thing}
gandalf_der_12te@feddit.de 10 months ago
vs
if (not condition) {#actually do a thing}