Tweak to example code.
This commit is contained in:
parent
2577c4511e
commit
8ab598f63d
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user