3 lines
82 B
Text
3 lines
82 B
Text
<cfloop from="0" to="99" step="3" index="i">
|
|
<Cfoutput>#i#</Cfoutput>
|
|
</cfloop>
|