mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
parent
43fed897c1
commit
ffa3c9fe7a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Luau
|
||||
|
||||
Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins.
|
||||
Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins.
|
||||
|
||||
```lua
|
||||
type Point = { x: number, y: number }
|
||||
|
|
Loading…
Reference in a new issue