diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-01 17:15:51 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-01 17:17:23 -0800 |
| commit | 3e89092833a6d407e711fe4ae5f44474ff34cf64 (patch) | |
| tree | 5ffe2df86f648b604347b59999992d74f71a796c /examples | |
| parent | e68eb04d690454428216a0f0f1b11399feeb7dc1 (diff) | |
Some changes to the error API, a fix for statement block parsing, and
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/how_do_i.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 61a2b18..9645be1 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -1,5 +1,4 @@ -#!/usr/bin/env nomsu -V6.13.12.8 - +#!/usr/bin/env nomsu -V6.14 # How do I... # Write a comment? Put a # and go till the end of the line # How do I write a multi-line comment? @@ -250,6 +249,7 @@ say (2 + 3) # If you need to keep going after an indented region, you can start the next line with ".." say both "Very very very very long first argument that needs its own line" ..and also "short second arg" + (my favorite number) means (21 + 2) # This can be nested: |
