diff options
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 |