;; x → x²
;; 2 ↦ 4
;; α β γ
;; λ
(defunxtest (mystr)
"inline doc. doc string.
for example, see `switch-to-buffer'.
“matching pairs”
for example, see `switch-to-buffer'.
This function takes an arg MYSTR.
MYSTR must contain a substring, delimited by single quote.
for example, if the arg give in
\"some 'thing' here\"
“curly quote”
\"curly quote\"
\"some \='thing\=' here\"
it returns \"thing\"
"
(interactive)
(message"mystr %s" mystr))
"why can't the parser auto detect "nested" quotes."
"why can't the parser auto detect"
nested
"quotes."