diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:56:19 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 20:56:19 -0800 |
| commit | 3036d425a582898a03dfe306ac9b31ca16c269e5 (patch) | |
| tree | 57dbcd2da1564682d26777961af65ae22b7aea5c | |
| parent | d3905474c9c84da4a789f6dc40aa1ae7d0bfaf2a (diff) | |
Updated tutorial
| -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 ef95f20..00fc7a2 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -215,7 +215,7 @@ I think "chihuahuas" are worse than "corgis" say "-- she said" "Howdy pardner" is what she said -# The language only reserves []{}().,:;%#\ as special characters, so actions +# The language only reserves []{}().,:;$\ as special characters, so actions can have really funky names! (>> $foo_bar @&' -->< $ @&_~-^-~_~-^ $1 !) means: say $foo_bar |
