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