luau/docs/typecheck.md
Arseny Kapoulkine df18cb5193 docs: Use h1/h2 styling
Also start filling out sandbox section
2020-06-11 23:31:35 -07:00

269 B

Type checking

Luau supports a gradual type system through the use of type annotations and type inference. Once 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.