Expand description
Luau literals
Enumsยง
- Literal
- A Luau literal value
- Luau
Number - A luau number. The stored string will include the
0b, or0x. The only reason the different types actually exist is to allow the user to easily know which one is used without needing to check the actual string. - Luau
String - A Luau string. The stored string will include the quotes/double quotes/backticks. The only reason the different types actually exist is to allow the user to easily know which one is used without needing to check the actual string.