Module literal

Source
Expand description

Luau literals

Enumsยง

Literal
A Luau literal value
LuauNumber
A luau number. The stored string will include the 0b, or 0x. 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.
LuauString
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.