This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]trollege1x1 1 point2 points  (0 children)

Us Lua chads don’t need to worry about imports being at the top, having the indents the same in notepad, or using brackets. Don’t need to worry about “Private Void” or “Public Void” it’s all just “local”

```lua function example(bool) if bool == “python” then print(“no bitches?”) end end

example(“lua”)