irelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 7 months agolooks good to melemm.eeexternal-linkmessage-square21linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linklooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 7 months agomessage-square21linkfedilink
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up0·7 months agoIgnoring every exception, including divisions by zero, is something I’ve never seen outside of BASIC and shell scripting. Even C and assembly will shit themselves when you do some of the shit that ON ERROR RESUME NEXT will ignore.
Ignoring every exception, including divisions by zero, is something I’ve never seen outside of BASIC and shell scripting. Even C and assembly will shit themselves when you do some of the shit that
ON ERROR RESUME NEXT
will ignore.