Hey, I usually used to program in Python. Then I tried Lua. Is there a way for me to use comments in scripts to tell something? Like I don't want the comment to have an effect on the script. I just want it there to remind me about stuff.
-- This is a comment! --[[ Lol life lol life multi line commmmmments ]]
Here ya go
You could google this but here are some examples:
--[[ Boxed, multi line comments ]]-- -- Singular line comments print("Yay")