6 lines
124 B
Text
6 lines
124 B
Text
<cfloop index = "i" from = "1" to = "5">
|
|
<cfloop index = "j" from = "1" to = "#i#">
|
|
*
|
|
</cfloop>
|
|
< br />
|
|
</cfloop>
|