[REBOL] Re: [subject: escape characters]
From: greggirwin:mindspring at: 23-Feb-2002 12:34
Hi Pat, I think it's only the low ASCII characters that are escaped.>> for i 1 31 1 [prin mold to-char i]#"^A"#"^B"#"^C"#"^D"#"^E"#"^F"#"^G"#"^H"#"^-"#"^/"#"^K"#"^L"#"^M"#"^N"#"^O"# ^P #"^Q # ^R"#"^S"#"^T"#"^U"#"^V"#"^W"#"^X"#"^Y"#"^Z"#"^["#"^\"#"^]"#"^!"#"^_" --Gregg