Console - Echo results
已回答
Sorry for the newbie question... Is there a way to make the console echo the results? For example if I enter "x = 3 + 4" have it echo "x = 7"? Similar to Matlab etc. Thanks.
请先登录再写评论。
There is no setting to do it automatically, but you can always do it manually:
Ok thank you. That's what I've been doing, just hoping to save a step.