micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# test bignum unary operations
|
||||
|
||||
i = 1 << 65
|
||||
|
||||
print(bool(i))
|
||||
print(+i)
|
||||
print(-i)
|
||||
print(~i)
|
Reference in New Issue
Block a user