mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-14 06:00:39 +00: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> |
||
---|---|---|
.. | ||
.bundle | ||
_data | ||
_includes | ||
_pages | ||
_posts | ||
assets | ||
.gitignore | ||
404.html | ||
_config.yml | ||
CNAME | ||
favicon.ico | ||
Gemfile | ||
index.md | ||
logo.svg |