Is it possible to have the following:
var i = 000101;
To be compiled as:
var i = 5;
With some special character/token? Something like..
var i = B000101;
Thanks in advance.
Is it possible to have the following:
var i = 000101;
To be compiled as:
var i = 5;
With some special character/token? Something like..
var i = B000101;
Thanks in advance.