Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

From: narg:polbox at: 5-Apr-2002 12:42

fixed parse problem
>> test: {aaa|"bbb" ccc|ddd "eee"}
== {aaa|"bbb" ccc|ddd "eee"}
>> parse/all test "|"
== ["aaa" "bbb" " ccc" {ddd "eee"}] should be == ["aaa" {bbb "ccc"} {ddd "eee"}] Piotr Gapiński; mailto:[news--rowery--olsztyn--pl] Olsztyńska Strona Rowerowa; http://www.rowery.olsztyn.pl