Tweak to example code.

This commit is contained in:
Bruce Hill 2018-07-20 20:13:20 -07:00
parent 2577c4511e
commit 8ab598f63d

View File

@ -61,7 +61,7 @@ say ".."
Similarly, you can put a long interpolated indented value like: \(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9) between a backslash and two periods.
say "Single-line text can contain escape sequences like \", \\, \n, A, and \n"
say "Single-line text can contain escape sequences like \", \\, \000, and \n"
# How do I define a list?
%my_list = [1, 2, "hello"]