From: Namor Date: 2006-03-07T15:28:41+09:00 Subject: Re: How to print stuff in RTHML embedded code (equiv to php "echo")?? A better example would be if i was to do some debugging it would have to be <% @articles.map { |x| %> <%= x.name %> <% } %> instead of <%= @articles.map { |x| echo x.name } %> ??? wouldnt that be so difficult to type out and to read as well?