Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/425afd2c2ecb215f0ad91bbb184f3984 to your computer and use it in GitHub Desktop.
Save trycf/425afd2c2ecb215f0ad91bbb184f3984 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
i=1;
while(i<101)
{
WriteOutput(i & "<br>");
i++;
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment