if \1 : "\1" else if \2 : "\2" else if \3 : "\3" end if : "a" # (if (@ 1 0-2) ‘\1’ # (.inner # (map (@ 2 2-2) # (.sequence # (keys (@ 2 2-13) ‘’) # ) # (.result # (string (@ 2 16-20) ‘"\1"’) # ) # ) # ) # (.otherwise # (if (@ 3 3-7) ‘\2’ # (.inner # (map (@ 4 4-4) # (.sequence # (keys (@ 4 4-15) ‘’) # ) # (.result # (string (@ 4 18-22) ‘"\2"’) # ) # ) # ) # (.otherwise # (if (@ 5 3-7) ‘\3’ # (.inner # (map (@ 6 4-4) # (.sequence # (keys (@ 6 4-15) ‘’) # ) # (.result # (string (@ 6 18-22) ‘"\3"’) # ) # ) # ) # (.otherwise nil) # ) # ) # ) # ) # ) # (map (@ 8 0-0) # (.sequence # (keys (@ 8 0-10) ‘’) # ) # (.result # (string (@ 8 13-16) ‘"a"’) # ) # )