Herly Quijano
Newcomer
- Joined
- Mar 19, 2021
- Messages
- 77
- Reaction score
- 10
In others program languages you can do something like this:
In Lua I think is
Is there a way to do "comment" section but that looks like normal code to make it easier to look?
C++:
/*Hello
How are you?*/
Lua:
--[[Hello
How are you?]]
Last edited: