How to print intermediate results when evaluating a script? #346
Replies: 1 comment
-
|
Unfortunately there’s currently nothing implemented that would let you print intermediate results. It would definitely be useful to have a print() function or such. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have a file
calculations.txtWhen
fend -f calculations.txtis run, only the value ofpis printed. Is it possible to print, e.g. the value ofis? Octave achieves this by omitting the semicolon on the end of the line.I looked around the documentation but didn't find anything about this.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions