isluau Synchronous
Report whether this build uses Luau. Use it for a compatibility branch when the same utility also runs in another Lua dialect. In Kawaii the result is always true.
Luau
isluau() -> booleanParameters
This function takes no arguments.
Returns
booleanAlways true in this build.
Example
Luau
print("Uses Luau:", isluau())