portal

cjmurphy 2023-02-23T21:18:32.114249Z

Looks odd to have ()2 rather than (2):

seancorfield 2023-02-23T21:21:44.682109Z

(2) would imply a list containing one element, 2.

☝️ 1
djblue 2023-02-23T21:22:20.647219Z

The overloading of syntax was confusing some people, so the subscript notation was an attempt at disambiguation

seancorfield 2023-02-23T21:22:24.685329Z

()<subscript>2 implies a list containing 2 elements.

💯 1
cjmurphy 2023-02-23T21:23:55.739299Z

Okay thanks, just a bit different to the video so I assumed something was up!

djblue 2023-02-23T21:24:43.239709Z

I have the same issue with the screenshots in the docs, hard to keep these thing up-to-date

👍 1