The Picard ManeuverM to Lemmy [email protected] • 1 year agoThis is just cruelstartrek.websiteimagemessage-square94fedilinkarrow-up1853
arrow-up1853imageThis is just cruelstartrek.websiteThe Picard ManeuverM to Lemmy [email protected] • 1 year agomessage-square94fedilink
minus-square@[email protected]linkfedilink35•1 year agocame to post this. was not disappointed someone beat me to it.
minus-square@[email protected]linkfedilink17•1 year agoHonestly I thought thats what it meant at first for some reason lol.
minus-squareEpheralinkfedilink19•1 year 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-squareOverzeetoplinkfedilinkEnglish7•1 year 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-square@[email protected]linkfedilink3•1 year 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-square@[email protected]linkfedilink5•1 year agoYeah I think that’s what did it for me as well.
minus-squareautokludgelinkfedilinkEnglish4•1 year agoerror[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
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.
Came here to say this
while(1){ suffer(); }
Damn, you beat me to it