Tagged Questions
2
votes
1answer
71 views
Is it possible to print more than last line with Get (<<) without using Print commands?
I want to run my Mathematica scripts from the terminal and I want it to print lines like MATLAB would. That is, suppress output by ending a line with ;, and ...