Comment by shawn_w
6 days ago
You can just use
lindex $mydata 35 2
for indexing nested lists, btw. Same for nested hash tables:
dict get $mydata channel 2
Mixing the two does get ugly with nested functions, granted.
6 days ago
You can just use
lindex $mydata 35 2
for indexing nested lists, btw. Same for nested hash tables:
dict get $mydata channel 2
Mixing the two does get ugly with nested functions, granted.
No comments yet
Contribute on Hacker News ↗