mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Change the intro format so it shows up in the news section snippet
This commit is contained in:
parent
b56b2a71b8
commit
d272553f0f
1 changed files with 1 additions and 3 deletions
|
@ -3,12 +3,10 @@ layout: single
|
|||
title: "Luau Recap: May 2022"
|
||||
---
|
||||
|
||||
Read more about Luau at [https://luau-lang.org](https://luau-lang.org).
|
||||
This month Luau team has worked to bring you a new language feature together with more typechecking improvements and bugfixes!
|
||||
|
||||
[Cross-posted to the [Roblox Developer Forum](https://devforum.roblox.com/t/luau-recap-may-2022/).]
|
||||
|
||||
This month Luau team has worked to bring you a new language feature together with more typechecking improvements and bugfixes!
|
||||
|
||||
## Generalized iteration
|
||||
|
||||
We have extended the semantics of standard Lua syntax for iterating through containers, `for vars in values` with support for generalized iteration.
|
||||
|
|
Loading…
Add table
Reference in a new issue