We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1936ded commit 4ff95bbCopy full SHA for 4ff95bb
examples/execve3.py
@@ -46,6 +46,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
46
keena = 2 + 1
47
# below breaks
48
# keela = keena + 1
49
+ # TODO: binops evaluate but into a random register and dont get assigned.
50
keema = 8 * 9
51
keesa = 10 - 11
52
keeda = 10 / 5
0 commit comments