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 b93f704 commit 933d2a5Copy full SHA for 933d2a5
tests/passing_tests/assign/comprehensive.py
@@ -47,6 +47,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
47
print(f"Hello, World!, ts is {jat.ts}")
48
a = last.lookup(0)
49
print(f"a is {a}")
50
+ last.update(9, 9)
51
last.update(0, last.lookup(last.lookup(0)) +
52
last.lookup(last.lookup(0)) + last.lookup(last.lookup(0)))
53
z = last.lookup(0)
0 commit comments