6 lines
109 B
Text
6 lines
109 B
Text
|
|
<cfset word = 'ha'>
|
||
|
|
<Cfset n = 5>
|
||
|
|
<Cfoutput>
|
||
|
|
<Cfloop from="1" to="#n#" index="i">#word#</Cfloop>
|
||
|
|
</Cfoutput>
|