From: Dominik Honnef Date: 2008-01-31T06:36:41+09:00 Subject: Re: Ruby Puzzle Challenge On [Thu, 31.01.2008 06:24], Lee Jarvis wrote: > On Jan 30, 9:14�pm, Wyatt Greene wrote: > > Write a Ruby program that prints out the numbers 1 to 100, one number > > per line. �The program must be less than 10 characters long. > > > > Good luck! > > Wyatt Greene > > Lol whats this all about? > > Well, just for the crack.. > > p *1..100 Would you be so gentle and explain this piece of code to me? I know things like p "a"*10, but I dont really understand your code. I know that 1..100 describes a range, but... isn't * a binary operator? I don't really see the first/second operand -- Dominik Honnef