5 lines
65 B
Text
5 lines
65 B
Text
|
|
<cfoutput>
|
||
|
|
<cfset who = "World!">
|
||
|
|
#"Hello " & who#
|
||
|
|
</cfoutput>
|