diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:35:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:35:37 -0700 |
| commit | b1b36fead5b4d7b24dfaf2670279928e7764cfb1 (patch) | |
| tree | 779f17750a4df3466be7fa0589fda94bfa698437 /examples/tutorial.nom | |
| parent | 3b10a608267ce00cc140b63a19c9433f261f9794 (diff) | |
Added require instead of run file.
Diffstat (limited to 'examples/tutorial.nom')
| -rw-r--r-- | examples/tutorial.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial.nom b/examples/tutorial.nom index 5f0acb3..424148c 100644 --- a/examples/tutorial.nom +++ b/examples/tutorial.nom @@ -3,7 +3,7 @@ continue until dedent # Import files like so: -run file "core.nom" +require "core.nom" # Numbers: 23 |
