ID:1773504
 
Not a bug
BYOND Version:506
Operating System:Windows Vista Home Basic
Web Browser:Firefox 27.0
Applies to:Dream Seeker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
http://pastebin.com/dxYx5puR

Is that really supposed to be?
mob
var EAST = 123
Login()
var EAST = 456
src << EAST // 456
src << src.EAST // 123
src << global.EAST // 4

The directional constants are actually just simple global constants.
Kaiochao resolved issue (Not a bug)