Hi Blake,
I have added a few more ⎕CR variants, see SVN 218.
I added a chapter to apl.info describing them.
You may like 14 ⎕CR and its inverse ¯14 ⎕CR:
* 14 ⎕CR 'Hello' 1 (2 3)
00002020000000800000000307010000000000032000000040000000600000000000202000000020
00000005040100000000000548656c6c6f0000000000000000002020000000200000000100
00000080000000000000000000000000000000000020200000002000000002010100000000
0002020000000300000000000000
¯14 ⎕CR 14 ⎕CR 'Hello' 1 (2 3)
Hello 1 2 3 *
/// Jürgen
On 04/20/2014 12:12 AM, Blake McBride wrote:
Dear Jürgen,
Thanks a lot! I a little confused with all the ⎕CR and ⎕TF options.
Do you have a txt file that gives a brief overview?
Also, please let me know when you have it in, I'll get to work with it.
Thank so much!
Blake
On Sat, Apr 19, 2014 at 12:34 PM, Juergen Sauermann
<juergen.sauerm...@t-online.de <mailto:juergen.sauerm...@t-online.de>>
wrote:
Hi Blake,
I'll add an inverse for 5⎕CR / 6⎕CR. That should be pretty
efficient for
byte strings used by 12 ⎕CR without needing ⍎ (which involves the
tokenizer).
/// Jürgen