aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-11 16:26:38 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-11 16:27:01 -0800
commit9d82d522c17493ad3016ca0678a951485067408f (patch)
treeda23135f690e843cb5be3798b59d056d8c89f335 /examples
parent370fad9cd32e1931411282070963e80c3b1faf0c (diff)
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
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 e26103b..3f816d1 100644
--- a/examples/how_do_i.nom
+++ b/examples/how_do_i.nom
@@ -65,7 +65,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 \", \\, \000, and \n"
# How do I define a list?