This website requires JavaScript.
Explore
Help
Sign In
intercal
/
not-python-rust
Watch
1
Star
0
Fork
0
You've already forked not-python-rust
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
7bce6f8e234b70237b82b9ac013f96dfae01bbb7
not-python-rust
/
tests
/
map.npp.expect
10 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add map tests Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-15 19:02:55 -07:00
to_str
[:]
['a': 1]
['b': 4]
Add index assignment and augmented assignment This allows for syntax like `foo['a'] = 1` and more complex assignments like `foo.bar()[a() + b()] += 1` Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-18 22:03:10 -07:00
__index_assign__
['a': 1]
['a': 2]
['a': 3]
Reference in New Issue
Copy Permalink