From: Zach Dennis Date: 2004-12-05T13:05:26+09:00 Subject: Re: Ruby 2.0 David A. Black wrote: > > Does this count as shorter? > > ruby -le'32.times{|y|print" "*(31-y),(0..y).map{|x|~y&x>0?" .":" A"}}' This doesn't run on my system.... C:\source\projects\wxruby\src>ruby -le '32.times{|y|print" "*(31-y),(0..y).map{|x|~y&x>0?" .":" A"}}' 'y' is not recognized as an internal or external command, operable program or batch file. Zach