Akin to wrapping the entire file/expression in &rl 0 from stdin and (in case of -p), &p.
For example, for a file foo.txt with contents
running uiua eval -p '⌵' < foo.txt should print:
Would allow using uiua as a scripting replacement for tools like sed, perl, awk, etc...
Akin to wrapping the entire file/expression in
&rl 0fromstdinand (in case of-p),&p.For example, for a file
foo.txtwith contentsrunning
uiua eval -p '⌵' < foo.txtshould print:Would allow using uiua as a scripting replacement for tools like sed, perl, awk, etc...