Expand description
Luau literals
Enumsยง
- Literal
- A Luau literal value
- Luau
Number - A luau number. The stored string will include the
0b, or0xin case of binary and hexadecimal respectively. - Luau
String - A Luau string. The stored string will include the quotes/double quotes/backticks.