aboutsummaryrefslogtreecommitdiffstats
path: root/spec/e2e/test-index.alv
blob: 3a06047b93bd86301098e02414c807c4b9ee19b5 (plain)
1
2
3
4
5
6
7
8
9
([10]import array- struct-)

([2]def notes ([3]array
  ([5]struct 'note' 'a' 'octave' 3)
  ([6]struct 'note' 'e' 'octave' 3)
  ([7]struct 'note' 'f' 'octave' 2)))

([4]trace notes)
([8]trace ([9]struct-/get ([11]array-/get notes 1) "octave"))