radare2/swig/python/test-r_num.py
Nibble cacfd691c3 * Fix xref issues in functions with size=0
* Fix "Invalid command" in foreach (@@)
* Fix set arch+bits
* Update r_bin test in python bindings
2010-03-05 13:18:44 +01:00

7 lines
119 B
Python

from r_util import *
a = RNum ()
print "The value is: %d"%(a.get("33"))
print "The math is: %d"%(a.math("33+(4*2)"))