In this Lua programming lesson, we will be looking at Categorizing Data with Types in Lua Program, Data Types and Operators in Lua String, Number Bool Nil. Learning about the four basic Lua data types is what this lesson focuses on. Learning about the type of data that is available in the Lua Programming language is essential in becoming familiar with the language. Practice using the different types of Lua data types that we learn before moving on to the more complex data types in Lua. Understanding that the number data type allows us to create a numeric value, which includes positive values, negative values, and decimal values. We also learn about strings, which are sequences of individual characters that are contained in quotation marks. These can be letters, numbers, and spaces, and even symbols. Then there is the boolean basic data type. A bool value is either true or false in Lua programming. Last we learn about the nil data type. That represents the absence of a value in Lua. Learning to code is awesome, and thanks for watching Categorizing Data with Types in Lua Program, Data Types and Operators in Lua String, Number Bool Nil.