Comment on Lune: Standalone Luau RuntimeparentComments−gsck1yDo you mean colons for calling methods of an object, or semicolons at the end of lines?−LoganDark1yLua doesn't require semicolons at the end of lines. (Or lines at all.) Meanwhile accidentally using a period instead of a colon (field call instead of namecall) is completely semantically different (namecall passes self).
Comments
Do you mean colons for calling methods of an object, or semicolons at the end of lines?
Lua doesn't require semicolons at the end of lines. (Or lines at all.) Meanwhile accidentally using a period instead of a colon (field call instead of namecall) is completely semantically different (namecall passes self).