On Fri, 9 Feb 2001, ts wrote: > >>>>> "R" == Robert Feldt <feldt / ce.chalmers.se> writes: > > R> I haven't found any docs on """ here documents > > Well, this is the syntax for string, you have just written > > pigeon% ruby -v -e 'puts "" "abc" "def" ""' > ruby 1.6.2 (2000-12-25) [i686-linux] > abcdef > pigeon% > puts """ Ok, Guy but this sure looks very much like what you can acheive with here documents! """ puts <<-HERE Dont, you agree or am I missing something? HERE /Robert