luau/docs
boyned//Kampfkarren da9d8e8c60
String interpolation (#614)
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>
2022-08-24 12:01:00 -07:00
..
.bundle Change to minimal-mistakes theme (#11) 2021-02-12 12:26:08 -08:00
_data Add Grammar documentation (#266) 2021-12-08 09:17:28 -08:00
_includes docs: Move Luau.Web.js fetch to the end of the page 2022-01-04 15:04:25 -08:00
_pages String interpolation (#614) 2022-08-24 12:01:00 -07:00
_posts June recap (#583) 2022-07-11 13:21:23 -07:00
assets Add CodeMirror Editor for Web Demo (#228) 2021-12-15 09:23:26 -08:00
.gitignore Change to minimal-mistakes theme (#11) 2021-02-12 12:26:08 -08:00
404.html Change to minimal-mistakes theme (#11) 2021-02-12 12:26:08 -08:00
CNAME Update CNAME 2021-05-27 19:00:09 -07:00
Gemfile Add Atom feed (#22) 2021-03-31 14:24:26 -07:00
_config.yml fix feed link (#476) 2022-05-05 14:37:27 -07:00
favicon.ico Replace logo and add it as a favicon & actual logo 2021-03-16 20:30:31 -07:00
index.md Update index.md 2021-11-30 15:26:28 -08:00
logo.svg Add CONTRIBUTING.md and replace README.md 2021-11-01 14:52:34 -07:00