Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en-us/luau/type-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Type checking
description: Luau uses gradual typing through the use of type annotations and inference.
---

<Alert severity="info">
For the latest and most complete type checking documentation, see [here](https://luau.org/typecheck).
</Alert>

Luau supports a gradual type system through the use of type annotations and type inference. These types are used to provide better warnings, errors, and suggestions in the [Script Editor](../studio/script-editor.md).

## Define a type
Expand Down
Loading