aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-12-18 19:30:01 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-12-18 19:30:12 -0800
commita7d912a33ae1f6857e5abbda1997bcf1fff2a83d (patch)
treeaecc913dfa7c148d35805c356d944c593237089f /examples
parent8e52f1901b73f2072d21f8c79ef52bf137180161 (diff)
Initial pass on updating syntax.
Diffstat (limited to 'examples')
-rw-r--r--examples/how_do_i.nom2
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"