Update kotlin.md (#1629)
* Update kotlin.md minor addition * Update kotlin.md Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
parent
1acbf74350
commit
4d47cbd4e9
|
@ -26,6 +26,7 @@ val inferredString = "Adam"
|
||||||
val name = "Adam"
|
val name = "Adam"
|
||||||
val greeting = "Hello, " + name
|
val greeting = "Hello, " + name
|
||||||
val greetingTemplate = "Hello, $name"
|
val greetingTemplate = "Hello, $name"
|
||||||
|
val interpolated = "Hello, ${name.toUpperCase()}"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Numbers
|
### Numbers
|
||||||
|
|
Loading…
Reference in New Issue