ID:87557
 
Keywords: byond
No, seriously. Try it.

var/?=0;world<<((?)?(?):(?))


Also, you can escape characters in identifiers:

var/a\ b
var/\1
var/\\\\
var/\$


Unfortunately, tab and space are both reserved words.
I compiled and this happened.

Thanks a lot!
world << (? ? ? : ?)

That is also valid.
Flame Sage wrote:
I compiled and this happened.

Thanks a lot!

Hilarious, but probably not my fault. :P
Jp: try making an object with a \' or \" in it's name; compile and put that on a nmap. Haha.
DivineTraveller wrote:
Jp: try making an object with a \' or \" in it's name; compile and put that on a nmap. Haha.

Oooh. Now that's a good one. I'll make a bug report about it.
Jp wrote:
DivineTraveller wrote:
Jp: try making an object with a \' or \" in it's name; compile and put that on a nmap. Haha.

Oooh. Now that's a good one. I'll make a bug report about it.

Thanks, I've been far too lazy to do that one. :P
There's also something floating around with world/visiblity not working correctly for viewing on the pager ("No Name"), but I'm not really sure how that one works either, so.
You don't say.
Well I learned something new today.