diff options
Diffstat (limited to 'cpp/021call')
-rw-r--r-- | cpp/021call | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/021call b/cpp/021call index 2e0000c0..ad7c3ee3 100644 --- a/cpp/021call +++ b/cpp/021call @@ -6,7 +6,7 @@ recipe main [ recipe f [ 3:integer <- add 2:literal, 2:literal ] -+mem: storing in location 3 ++mem: storing 4 in location 3 :(before "struct routine {") // Everytime a recipe runs another, we interrupt it and start running the new |