Subject: [ruby-talk:5468] For x in (1..20)
From: Art Swan <artswan ktc.com>
Date: Fri, 13 Oct 2000 00:58:30 +0900
References: * *
Using for x in (1..20) format for fixed repeating of a task is
easy enough, but how do you modify the syntax to count down from
say, a large number to 0? Also, how do you have it loop forever?