Skip to content

Commit

Permalink
Give an escape sequence example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottBowles authored and lpil committed Jan 20, 2024
1 parent e795f55 commit a6bb176
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/chapter0_basics/lesson07_strings/code.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pub fn main() {
)
io.debug("\u{1F600}")

// Use io.println to see an escape sequence in action
io.println("\"X\" marks the spot")

// String concatenation
io.debug("One " <> "Two")

Expand Down

0 comments on commit a6bb176

Please sign in to comment.