mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
da9d8e8c60
Implements the string interpolation RFC (#165). Adds the string interpolation as per the RFC. ```lua local name = "world" print(`Hello {name}!`) -- Hello world! ``` Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com> Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> |
||
---|---|---|
.. | ||
compatibility.md | ||
demo.md | ||
getting-started.md | ||
grammar.md | ||
library.md | ||
limited-terms-of-use.md | ||
lint.md | ||
news.md | ||
performance.md | ||
profile.md | ||
sandbox.md | ||
syntax.md | ||
typecheck.md | ||
why.md |