dictionary_selection.al 51 B

1234
  1. b = a[1]
  2. c = a["def"]
  3. d = a["def"][1]["DDD"][True]