Dima Fomin
@coalesce
Hi! I just have clone Lua koans aka Lua missions from here https://github.com/kikito/lua_missions and patched them to be playable in Repl.it.
Enjoy an
Lua
Hi! Please clarify how to use this mistery link in each repl?
When I press "Open in a new tab" it opens REPL in new browser tab as I expected. But the
Zavexeon Well, the repl will "exit" if it gets to the last line of code. That's just because it's done doing everything you've asked it to do.
Simply click the "run again" button if you want to rerun the program from the top.
If you want to keep a program from terminating then consider using some kind of loop.4 years ago
PYer Repl.it does this automatically. You could cause it to not end and just print: 'This repl has finished normall, run again? [y]:' and ask for their input. Then you could rerun your code. If you want me to send an example tell me.
> If this was helpfull, please mark as answer to question or upvote thanks!4 years ago