LibTerm
LibTerm copied to clipboard
jsc: How to output to LibTerm’s console?
Hi, console.log(), debug() and print() don’t work. Only alert() works but not very user friendly :-). Thanks!
jsc prints the result of the script. So for example, 1+1
will print 2. I will anyway add functions to show output.