aboutsummaryrefslogtreecommitdiff
path: root/lib/tools/tutorial.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-20 16:16:41 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-20 16:16:41 -0700
commit938adbfe446e7f4a4e45b9dd27b5cf2e7ee4070c (patch)
tree1a28126609a6d2ad3acabfa044aea106f0abf10b /lib/tools/tutorial.nom
parente665d9725c4bb02f4c18d16527367f424cb880fa (diff)
Switching more verbose ("Action" tree with "foo" $x) syntax to `(foo
`$x) when possible
Diffstat (limited to 'lib/tools/tutorial.nom')
-rwxr-xr-xlib/tools/tutorial.nom6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools/tutorial.nom b/lib/tools/tutorial.nom
index 0dda917..035443e 100755
--- a/lib/tools/tutorial.nom
+++ b/lib/tools/tutorial.nom
@@ -15,10 +15,10 @@ use "shell"
")
[<your code here>, ???] all compile to
- (
- "Action" tree with "at" ("Text" tree with "\((this tree).source)") "fail"
+ `(
+ at `("Text" tree with "\((this tree).source)") fail
`"Incomplete code: This needs to be filled in."
- ) as lua
+ )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~