jbrooksuk / Sublime-Evaluate

Selection evaluation in Sublime Text
https://james-brooks.uk
25 stars 6 forks source link

Hex operations [feature request] #4

Closed laggingreflex closed 7 years ago

laggingreflex commented 10 years ago

Allow for operations on hex digits?

Like F-A = 5

jbrooksuk commented 10 years ago

Maybe it could be wrapped in a function call?

Sent from my iPhone

On 16 Mar 2014, at 21:08, laggingreflex notifications@github.com wrote:

Allow for operations on hex digits?

Like F-A = 5

— Reply to this email directly or view it on GitHub.

weichuliu commented 7 years ago

@laggingreflex You just need to do 0xf-0xa, which is valid in Python syntax