diff options
Diffstat (limited to 'lib/tools/tutorial.nom')
| -rwxr-xr-x | lib/tools/tutorial.nom | 6 |
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 + ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
