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/sample_code.nom | |
| parent | 3b10a608267ce00cc140b63a19c9433f261f9794 (diff) | |
Added require instead of run file.
Diffstat (limited to 'examples/sample_code.nom')
| -rw-r--r-- | examples/sample_code.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample_code.nom b/examples/sample_code.nom index 4aa8cde..561a3c8 100644 --- a/examples/sample_code.nom +++ b/examples/sample_code.nom @@ -3,7 +3,7 @@ start with a #.. and continue until dedent -run file "lib/core.nom" +require "lib/core.nom" say "foo" |
