Jump to content

Loops/N plus one half: Difference between revisions

m
(added common lisp and ruby)
Line 76:
With script:
<cfscript>
for( i = 1; i <= 10; i++ ) //note: the ++ notation works only on version 8 up, otherwise use i=i+1
{
writeOutput( i );
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.