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 otherwise print the output of the line. Get (<<) only prints the last line.
Without using Print[var] and saving variables after every line... Is this possible?
Print[]lines somewhere in the file, then... – 0x4A4D♦ Oct 31 '12 at 12:50Print[var]..." - why? – 0x4A4D♦ Oct 31 '12 at 14:42Print[]is what you want, indeed. – 0x4A4D♦ Oct 31 '12 at 14:45