mechanize-systems / bqnpad

Online REPL for BQN
https://bqnpad.mechanize.systems
Other
33 stars 2 forks source link

Clear REPL screen. #6

Open oraqlle opened 2 years ago

oraqlle commented 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?

andreypopp commented 2 years ago

No way to do this in UI, you can clear your localStorage in browser console: localStorage.clear()

oraqlle commented 2 years ago

Works. Thanks for the help.