diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 16:41:44 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 16:41:44 -0700 |
| commit | 56e3a0c48ca2b641f77f7e73cce94dc3b133e142 (patch) | |
| tree | 8efd996580e3bcd7845b39a0f7efe7bc0818a793 /lib/tools/tutorial.nom | |
| parent | b44afbf417d602b7f018cd4d24ff07c2bc6d8b6e (diff) | |
Restoring `(foo) syntax to \(foo)
Diffstat (limited to 'lib/tools/tutorial.nom')
| -rwxr-xr-x | lib/tools/tutorial.nom | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/tools/tutorial.nom b/lib/tools/tutorial.nom index 035443e..ac0c675 100755 --- a/lib/tools/tutorial.nom +++ b/lib/tools/tutorial.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V7.0.0 - ### This is a Nomsu tutorial. @@ -15,9 +14,9 @@ use "shell" ") [<your code here>, ???] all compile to - `( - at `("Text" tree with "\((this tree).source)") fail - `"Incomplete code: This needs to be filled in." + \( + at \("Text" tree with "\((this tree).source)") fail + \"Incomplete code: This needs to be filled in." ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -398,7 +397,7 @@ command line program with $args: $tree = $tree, with $ ->: - if ($ == `(<prev lesson>)): + if ($ == \(<prev lesson>)): return ("Text" tree with (filename of ($i - 1), with "%.nom$" -> "")) run $tree @@ -541,4 +540,4 @@ command line program with $args: \\(^\("ᴗ" if $(COLOR ENABLED) else "_")^)/ - ") + ")
\ No newline at end of file |
