Code after double backslash gets gray
Posted: Thu May 12, 2022 1:12 pm
Just noticed that after having double backslash, the code behind the backslashes looks invalid in the Windows IDE
The code will be executed as intended, its just a visual issue that may lure you into thinking your code is wrong formatted.
The code will be executed as intended, its just a visual issue that may lure you into thinking your code is wrong formatted.
Code: Select all
If A = 0 Then DebugPrint("\\") else debugprint(A)