Constants increased readability

Post your requests and ideas on the future development of mikroBasic PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
peterverkaik
Posts: 174
Joined: 31 Aug 2009 22:44

Constants increased readability

#1 Post by peterverkaik » 11 Jan 2010 11:10

I'd like to be able to write

const somevalue = %0000_000_0000000_00
rather than
const somevalue = %0000000000000000

So, allow _ to be inserted at any position for increased readability,
and of course it can be used for any radix (binary, octal, decimal, hex)


regards peter

Post Reply

Return to “mikroBasic PRO for dsPIC30/33 and PIC24 Wish List”