Using $lf adds a chr13 even tho it's not asked for...
  • //write -n asdf $+(asdf,$lf) | bread asdf 0 10 &a | echo -ag $bvar(&a,1-) | .remove asdf
    97 115 100 102 13 10

Using $crlf add TWO chr13's
  • //write -n asdf $+(asdf,$crlf) | bread asdf 0 10 &a | echo -ag $bvar(&a,1-) | .remove asdf
    97 115 100 102 13 13 10