--y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 20, 2006 at 12:19:10AM +0900, Krekna Mektek wrote: > Can someone help me out with this, I can't put the string 'a\b\c' in > the variable str, which is strange, because I am working with the > PickAxe book, and this what should work (page 71, 2nd ed.) > > the two before seem to work, but the example in the book, 'a\b\c' seems not. > This a bug? How come irb does not seem to understand the last quote? > > irb(main):021:0> str = 'a\b\c ' > => "a\\b\\c " > irb(main):022:0> str = 'a\bc' > => "a\\bc" > irb(main):023:0> str = 'a\b\c' > irb(main):024:0' > irb(main):025:0' ' > SyntaxError: compile error > (irb):25: unterminated string meets end of file > from (irb):25 > from :0 > str="a\\b\\c" --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEbehApXfXwRYlDA0RAmIpAJ9xgNcPk8fcXX4fV+jKg89YEFasNwCaAnYe tcSSGGrOADM9JfWuAu10WX0NP -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6--