top | item 33358974

(no title)

kotlin2 | 3 years ago

What languages allow such a construct? It seems like it would be super confusing if these two code samples produced different values:

    # One
    a = d["a"]["b"]["c"]
    
    # Two
    a = d["a"]["b"]
    b = a["c"]

discuss

order

No comments yet.