🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Might make SBS readonly:
thread
Syntax highlighting bug with &
Root
/
SmileBASIC Bug Reports
/
[.]
12Me21
Created:
~8 years ago
12Me21
#1
The code
TEST&&HEAD
just checks if
TEST
and
HEAD
are both not 0. But the syntax highlighter interprets it as
TEST& &HEAD
where
&HEAD
is the hexadecimal number EAD (coloring
&HEAD
like a number)
EDIT 2:
I've fixed this bug in my syntax highlighter:
TEST&&HEAD
HackTheWorlds
#2
Heh, you're right. That's kinda funny actually.