Skip to content

Instantly share code, notes, and snippets.

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