aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/make-tree/valid/if-if
blob: 3a6361565f4306c3fa8aa38489a7c1ef3a6c281e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if \1
  if \2
    <letter \1> : "\2"
  end if
end if

# (if (@ 1 0-2) ‘\1’
#   (.inner
#     (if (@ 2 2-4) ‘\1’
#       (.inner
#         (map (@ 3 4-4)
#           (.sequence
#             (keys (@ 3 4-15) ‘<letter \1>’)
#           )
#           (.result
#             (string (@ 3 18-22) ‘"\2"’)
#           )
#         )
#       )
#       (.otherwise nil)
#     )
#   )
#   (.otherwise nil)
# )