LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

jsc: How to output to LibTerm’s console?

Open mzoliker opened this issue 4 years ago • 2 comments

Hi, console.log(), debug() and print() don’t work. Only alert() works but not very user friendly :-). Thanks!

mzoliker avatar Apr 26 '20 09:04 mzoliker

jsc prints the result of the script. So for example, 1+1 will print 2. I will anyway add functions to show output.

ColdGrub1384 avatar Apr 30 '20 16:04 ColdGrub1384