Retro Gadgets

Retro Gadgets

4
   
Award
Favorite
Favorited
Unfavorite
Caption
"String Escape Bug"
4 Comments
allen the dumpster  [author] Dec 13, 2023 @ 11:31am 
it is a bug!
for context, the code in this screenshot worked perfectly fine, no crashes or anything, so i know for certain i wasn't doing anything wrong. the backslash serves as an escape character for the double quote that follows it.

i say its a bug because the rest of my code is highlighted orange, as though it were a string. its a game issue.
Weexer Dec 13, 2023 @ 11:01am 
This is not a bug, you have uneven number of " so one is still open
the one before print(message)
JayTeeAich Sep 28, 2023 @ 8:35am 
you have put an extra '"' after the '\' that's why
JOELwindows7 Jul 6, 2023 @ 7:29am 
hmmm, perhaps replace that with single quote ' '
if you want to refer to double quote? & then back to double quote again. vice versa!