Code Examples and Industry News
ColdFusion
- Created by Casey Martin: 2014-05-10 20:17:00
ColdFusion uses tags, similar to HTML. We are using two tags below, cfset and cfoutput. Cfset sets a variable equal to a value. And cfoutput outputs the variable.
Hello World #message#