j
k
j a
j l
(let ((str "a") (n 1)) (+ str (+ n 1)))
should produce "a2", but instead compiles to "str + n + 1" and produces "a11".
Attachments:
Back to the thread
Back to the list