diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 10:19:03 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 10:19:03 -0700 |
commit | 88be3dbc0c996490dbac97538f4d712a5b4f6f07 (patch) | |
tree | dbba8f597d3090bb71553544ba28c59644973b3b /cpp/035call | |
parent | e351d6fd04d95068fac4402dc103e0752182fa8d (diff) | |
download | mu-88be3dbc0c996490dbac97538f4d712a5b4f6f07.tar.gz |
1162
Diffstat (limited to 'cpp/035call')
-rw-r--r-- | cpp/035call | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/035call b/cpp/035call index d5867f80..58de7d57 100644 --- a/cpp/035call +++ b/cpp/035call @@ -1,6 +1,6 @@ //: So far the recipes we define can't run each other. Let's fix that. -:(scenario "calling_recipe") +:(scenario calling_recipe) recipe main [ f ] @@ -9,7 +9,7 @@ recipe f [ ] +mem: storing 4 in location 3 -:(scenario "return_on_fallthrough") +:(scenario return_on_fallthrough) recipe main [ f 1:integer <- copy 34:literal |