Lython
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
The entire language is Python, but with Lua syntax, for example:
if something : -- the comment is this and the colon acts as a "then" -- do something end -- has to be there, else IndentationError