I’m analyzing a code and I saw this
[(exp + exp) (+ $1 $3)]
Now I’m wondering what does this do? Does it take the first and third element of that list? Is that set on the left side even considered a list? I’m learning this language but I’ve been having a pretty rough time with it, so you guys have been the best help. Thanks!
Given your previous question, I’m guessing this is in the context of Racket’s parser-tools library. From the docs: