The Picard Maneuver@startrek.websiteM to Lemmy Shitpost@lemmy.world · 10 months agoThis is just cruelstartrek.websiteimagemessage-square95fedilinkarrow-up1853arrow-down131
arrow-up1822arrow-down1imageThis is just cruelstartrek.websiteThe Picard Maneuver@startrek.websiteM to Lemmy Shitpost@lemmy.world · 10 months agomessage-square95fedilink
minus-squarePrinceWith999Enemies@lemmy.worldlinkfedilinkarrow-up233·edit-210 months agoNo. GOTO Hell is BASIC.
minus-squareraspberriesareyummy@lemmy.worldlinkfedilinkarrow-up35arrow-down1·10 months agocame to post this. was not disappointed someone beat me to it.
minus-squarekurwa@lemmy.worldlinkfedilinkarrow-up17arrow-down1·10 months agoHonestly I thought thats what it meant at first for some reason lol.
minus-squareEphera@lemmy.mllinkfedilinkarrow-up19·10 months agoFor me, it was simply that “BASIC” was spelled in capital letters. That’s generally how you spell it when referring to the programming language…
minus-squareOverzeetop@lemmy.worldlinkfedilinkEnglisharrow-up7·10 months agoRight? I was thinking the syntax was wrong (space in GoTo) and the og would not have accepted a string as a jump location.
minus-squareraspberriesareyummy@lemmy.worldlinkfedilinkarrow-up3·10 months agoyeah, had I been the first to comment, I would have suggested “GOTO 4311” :D But I figured later basic allowed naming jump labels, so what the heck :)
minus-squarekurwa@lemmy.worldlinkfedilinkarrow-up5arrow-down1·10 months agoYeah I think that’s what did it for me as well.
minus-squarejjagaimo@lemmy.calinkfedilinkEnglisharrow-up21arrow-down1·10 months agowhile(1){ suffer(); }
minus-squareautokludge@programming.devlinkfedilinkEnglisharrow-up4·10 months agoerror[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up2·10 months agoloop { suffer() }
minus-squareMacN'Cheezus@lemmy.todaylinkfedilinkEnglisharrow-up4arrow-down3·10 months agoCame here to say this
No.
GOTO Hell
is BASIC.came to post this. was not disappointed someone beat me to it.
Honestly I thought thats what it meant at first for some reason lol.
For me, it was simply that “BASIC” was spelled in capital letters. That’s generally how you spell it when referring to the programming language…
Right? I was thinking the syntax was wrong (space in GoTo) and the og would not have accepted a string as a jump location.
yeah, had I been the first to comment, I would have suggested “GOTO 4311” :D But I figured later basic allowed naming jump labels, so what the heck :)
Yeah I think that’s what did it for me as well.
while(1){ suffer(); }
error[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
loop { suffer() }
Damn, you beat me to it
Came here to say this