Update docs/_posts/2022-01-27-luau-recap-january-2022.md

This commit is contained in:
Arseny Kapoulkine 2022-01-31 13:32:58 -08:00 committed by GitHub
parent 2d62dad120
commit b63438b2c5
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ We have brought in the [`coroutine.close`](https://luau-lang.org/library#corouti
## REPL improvements ## REPL improvements
The `luau` REPL application can be compiled from source. It has grown some new features: The `luau` REPL application can be compiled from source or downloaded from [releases page](https://github.com/Roblox/luau/releases). It has grown some new features:
* Added `--interactive` option to run the REPL after running the last script file. * Added `--interactive` option to run the REPL after running the last script file.
* Allowed the compiler optimization level to be specified. * Allowed the compiler optimization level to be specified.