String interpolation: Difference between revisions

Content deleted Content added
added coldfusion and cfml example
Line 63:
 
<cfoutput>
<p>Hi #Danname#,</p>
<p>I just wanted to let you know #phrase#.</p>
<p>Types:</p>
Line 71:
</cfloop>
</ul>
<p><em>Information valid as of #dateformat(now(), "mm/dd/yyyy")#</em></p>
</cfoutput>
</source>