5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
|
<!--- hello world --->
|
||
|
|
||
|
<cfset welcome="Hello World!">
|
||
|
|
||
|
<cfoutput>#welcome#</cfoutput>
|