From: Nicholas Van Weerdenburg Date: 2004-12-05T13:18:00+09:00 Subject: Re: Ruby 2.0 worked on mine. OS X 1.8.2 preview 3. On Sun, 5 Dec 2004 13:05:26 +0900, Zach Dennis wrote: > 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 > >