init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# String Interpolation Expression
|
||||
|
||||
string interpolation は、文字列内に式を埋め込む候補機能である。
|
||||
|
||||
```n
|
||||
"${part.greet}! ${part.target}"
|
||||
```
|
||||
|
||||
## 評価
|
||||
|
||||
補間式の評価タイミングは通常の遅延評価に従う。
|
||||
文字列補間を初期実装に含めるかは未確定である。
|
||||
Reference in New Issue
Block a user