Advertisement
EditorRUS

Huh

Jan 30th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. obj/test
  2. var/EAST = 1 //EAST is known as global hardcoded constant
  3. proc/test2()
  4. var/EAST = 2 //Isn't EAST defined already? Not in current block, though, but globally.
  5. ...
  6.  
  7. //It compiles without errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement