Skip to content

Commit

Permalink
Update LDEV4268.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Jan 30, 2024
1 parent 3510dff commit dfa20be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4268/LDEV4268.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
for (x = 1; x <= 10; x++) {
// ignoring row 5 and continue the loop
if (x EQ 5) {
continue;
continue
}
count++;
}
writeOutput(count);
</cfscript>
</cfscript>

0 comments on commit dfa20be

Please sign in to comment.