From: 7stud -- Date: 2007-09-23T06:40:44+09:00 Subject: Re: %w| a b c| %w_a b c_ %w all work 7stud -- wrote: > r4test.rb:4: unknown type of %string > arr = %w1a b c1 > ^ > r4test.rb:4: syntax error > arr = %w1a b c1 > ^ Whoops. I pasted the wrong error message. It should be: r4test.rb:4: unknown type of %string arr = %w2a b c2 ^ r4test.rb:4: syntax error arr = %w2a b c2 ^ -- Posted via http://www.ruby-forum.com/.