diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-18 19:30:01 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-18 19:30:12 -0800 |
| commit | a7d912a33ae1f6857e5abbda1997bcf1fff2a83d (patch) | |
| tree | aecc913dfa7c148d35805c356d944c593237089f /examples/how_do_i.nom | |
| parent | 8e52f1901b73f2072d21f8c79ef52bf137180161 (diff) | |
Initial pass on updating syntax.
Diffstat (limited to 'examples/how_do_i.nom')
| -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 00fc7a2..a296849 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -63,7 +63,7 @@ say " ..start the next line with two periods, like that. Similarly, you can put a long interpolated indented value like: \(..) - 100 + 200 + 300 + 400 + 500 + 600 + 700 + 800 + 900 + 1000 + 2000 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 ..between a backslash and two periods." say "Single-line text can contain escape sequences like \", \\, \000, and \n" |
