You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call (print 10) in the browser it runs console.log but next, it runs empty newline.
There is a need for some kind of flush mechanism like with web REPL. It can be replaced with jQuery Terminal newline: false but first it needs to be used in the library:
If you call
(print 10)
in the browser it runs console.log but next, it runs emptynewline
.There is a need for some kind of flush mechanism like with web REPL. It can be replaced with jQuery Terminal
newline: false
but first it needs to be used in the library:https://github.com/jcubic/lips/blob/master/lib/js/terminal.js
The text was updated successfully, but these errors were encountered: