From: Wybo Dekker Date: 2005-12-25T21:37:28+09:00 Subject: Re: Block comments syntax On Sun, 25 Dec 2005, Jonathan Leighton wrote: > Hello, > > It says at http://www.rubygarden.org/ruby?RubyFromC that I can do block > comment in Ruby like so: > > =begin > my comment > =end > > However, when I try to I get a syntax error. Why is this? How can I do > it? I don't see an error: wybo>cat t =begin my comment =end puts 'hello' wybo>ruby t hello wybo>ruby -v ruby 1.8.4 (2005-10-29) [i686-linux] wybo> -- Wybo