String interpolation: Difference between revisions

Content deleted Content added
Added links and examples of quasiquotation, which is the more general form of interpolation
m LISP: Typo fixing and checking, typos fixed: ie. → i.e. using AWB (8097)
Line 121:
</source>
 
This results in the s-expression (I have 4 apples), where "I", "have", "4" and "apples" are symbols (iei.e. identifiers), rather than strings.
 
== Security Issues ==