diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:13:20 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:13:28 -0700 |
| commit | 8ab598f63d13a6bd929d8cacef5cc54b1c0aef30 (patch) | |
| tree | 7abb839fdfb7039d5e2d0844263ed3d8faacceaf /examples | |
| parent | 2577c4511e4bdf88fab3bc534dc90ef5cee5227c (diff) | |
Tweak to example code.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/how_do_i.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 01f2de4..104d135 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -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"] |
