Interesting cast for null character
Posted: Wed May 21, 2014 9:33 am
If you put the code below into a workspace:
write "".Character;
write "".Character = "?";
It will output that "".Character = ?
But when you try to check if "".Character = "?" it does not.
So what is that character that Jade is outputing when you write "".Character;
write "".Character;
write "".Character = "?";
It will output that "".Character = ?
But when you try to check if "".Character = "?" it does not.
So what is that character that Jade is outputing when you write "".Character;