In this lesson we continue to learn about the Lua programming language, specifically, Lua Multi-Line Comments, Codecademy’s Intro to Lua Programming, Use Multi-Line Comments in Lua. Learning about multi-line comments in Lua can be helpful when you have many lines of code that you want to comment out and want to save time. Instead of having to do each line of code, line by line, using a multi-line comment can help save some time and encompass many lines of code at once. Sometimes you may want to disable a block of code to test another block of code, and using a multi-line comment is the most efficient to quickly test different blocks of code. Learning to use a multi-line comment in Lua will help you test out different blocks of code quickly. Lua multi-line comments will help you become a better developer and knowing to regularly comment your code is best practice when learning to code. Thanks for watching Lua Multi-Line Comments, Codecademy’s Intro to Lua Programming, Use Multi-Line Comments in Lua.