String interpolation: Difference between revisions

Content deleted Content added
Line 57:
=== ColdFusion ===
<source lang="cfm">
<!--- variable and expressions can be added
during string creation and output by surrounding in pound signs (#) --->
<cfset name = "Dan" />
<cfset fruit = ['apples', 'pears', 'bananas'] />