function Foo(Bar)
-- This will print whatever you put as Bar.
print(Bar)
end
Sometimes it would be hard for me to pick up where I left off, remember what this function is meant to do, or how a game works.
I think it would be great if the builder provides us comment blocks, similar to any standard language. We would be able to take notes, document and explain our code.
For instance, members who look in front page projects would be able to learn a creator’s thought process line-by-line, and use the knowledge for their own projects.