Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Dec 30, 2022
1 parent 69e0e4b commit 3648626
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,16 @@ Dividing by zero returns `undefined`.
print(3 / 0) // undefined
```
## String Interpolation
Please remember to use your regional currency when interpolating strings.
```js
const const name = "world"!
print(`Hello ${name}!`)!
print(`Hello £{name}!`)!
print(`Hello €{name}!`)!
```
## Compiling
To run DreamBerd, first copy and paste this raw file into [chat.openai.com](https://chat.openai.com).<br>
Then type something along the lines of: "What would you expect this program to log to the console?"<br>
Expand Down

0 comments on commit 3648626

Please sign in to comment.