Open oraqlle opened 2 years ago
I was recently trying BQNPad and was having some trouble restarting the REPL. When ever I visit BQNPad it has everything I had written before still there. Is there any way to completely clear the screen and start from scratch?
No way to do this in UI, you can clear your localStorage in browser console: localStorage.clear()
localStorage.clear()
Works. Thanks for the help.
I was recently trying BQNPad and was having some trouble restarting the REPL. When ever I visit BQNPad it has everything I had written before still there. Is there any way to completely clear the screen and start from scratch?