diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-20 11:05:14 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-20 11:05:14 -0700 |
commit | 07efdfd7072d84209b419e66e5a2b48a0c78b2ac (patch) | |
tree | d5983420d8b867b9f34fea4bd4c08d9b56220df8 /cpp/020run | |
parent | ed84cba28ab0a00fca80807228afd71d3a00ac44 (diff) | |
download | mu-07efdfd7072d84209b419e66e5a2b48a0c78b2ac.tar.gz |
1110 - 'scenarios' directive applies only to current file
Diffstat (limited to 'cpp/020run')
-rw-r--r-- | cpp/020run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/020run b/cpp/020run index 02a949f0..164bc5ac 100644 --- a/cpp/020run +++ b/cpp/020run @@ -9,7 +9,6 @@ //: does nothing, and COPY, which can copy numbers from one memory location to //: another. Later layers will add more primitives. -:(scenarios run) :(scenario copy_literal) recipe main [ 1:integer <- copy 23:literal |