ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
639 stars 115 forks source link

jsc: How to output to LibTerm’s console? #58

Open mzoliker opened 4 years ago

mzoliker commented 4 years ago

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

ColdGrub1384 commented 4 years ago

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