From: Namor Date: 2006-03-07T12:48:41+09:00 Subject: How to print stuff in RTHML embedded code (equiv to php "echo")?? Hi I got a very noob question which i cant understand why i cant do things like this...... eg... inside. helloworld.rhtml

<% puts "hello" puts "world" puts "something something" %>

I know i can do this easily in php Can someone help me?