luau/docs/typecheck.md

5 lines
280 B
Markdown
Raw Normal View History

Type checking
=============
Luau supports a gradual type system through the use of type annotations and type inference. One someone gets around to writing this, this will have documentation on the details of the type system and examples of common problems/how to deal with them.