Is there a way to show the console results e.g. res1 on the output pane
Hi,
Is there a way to display the results res0, res1, res[n] on the output pane?
If I write a script like
println("output")
var myInt:Int = 1
myInt * 2
on the output pane it will only show "output", for the results I have to run the script as a worksheet. I'd like the Output pane to display also
myInt: Int = 1
res1: Int = 2
Cheers, M
Ps: I like Kojo a lot!!!
Unfold
Is there a way to show the console results e.g. res1 on the output pane by
Matteo (guest), 02 Mar 2014 16:38
