name = "Alicia Solid" forever = true age = 17 object = nil -- type() will determine the type of variable and return the result as string print(type(name)) print(type(forever)) print(type(age)) print(type(object))