Well yes and no, it depend how you define your variable
Code:
MyVar var BYTE
AnotherVar var BYTE SYSTEM
in asm, you will access MyVar as _MyVar, but AnotherVar will remain AnotherVar
Why the double underscore? I can't tell for sure, maybe just to avoid some double definition.. not much. _ is just another character.
You can't define a variable name which begin with a number though.
<hr>
i found an explanation... well sort of 
http://mail.python.org/pipermail/pyt...ry/019711.html
Last edited by mister_e; - 15th April 2008 at 16:12.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks