<html><DIV>
<P># How to shorten the following experimental codes?</P>
<P>bottle = ' bottles'<BR>99.downto(1) { |i|<BR> print "\n", i, bottle, ' of beer on the wall, ', i, bottle, ' of beer', ".\n"<BR> print 'Take one down, pass it around,', "\n"<BR> bottle = ' bottle' if i == 2<BR> print i-1, bottle, ' of beer on the wall.', "\n" if i > 1<BR>} <BR>print 'No bottles of beer on the wall.', "\n\n"</P>
<P># Thanks</P>
<P># Dat</P></DIV><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.<br></p></html>