This is just cruel
This is just cruel
This is just cruel
You're viewing a single thread.
No.
GOTO Hell
is BASIC.
Hell: GOTO Hell
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
rust
loop { suffer() }
Damn, you beat me to it
Came here to say this