aya-lang/aya

readall (N 'a O) removes newlines

nick-paul opened this issue · 0 comments

aya> "hello.txt" 'r file:hello;
"hello.txt" 'r 
aya> "hello.txt" 'r file!:hello;
aya> hello.lines :l
[ "Here is a matrix:|  8  1  8  1 ||  2  7  9  0 ||  5  0  3  9 ||  4  2  1  7 |" ]