Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lua Code "tester" [closed]

Tags:

lua

I'm looking for some good Lua code 'tester' online, where I could paste my code and run it to see if the code is ok itself and if its running fine, as expected.

It CAN be online tools, but I didnt say that I not accept any Windows applications which will do the same job.

I have searched a lot, but didnt find anything interesting, so I don't really know if something like this is available.

like image 507
Cyclone Avatar asked Feb 24 '12 04:02

Cyclone


People also ask

How do I exit a Lua script?

Use os. exit() or just return from some "main" function if your script is embedded.

Does Lua have a wait?

The Lua wait is a function used when multiple processes simultaneously and want the primary process to stop for a given time. It is a method useful for stopping or delays the parent process until the child process is not working completely.

Is Lua free to use?

Lua is free software distributed in source code. It may be used for any purpose, including commercial purposes, at absolutely no cost. All versions are available for download.


1 Answers

You can run code online at both ideone.com and codepad.org

like image 96
Seth Carnegie Avatar answered Nov 24 '22 03:11

Seth Carnegie