diff options
Diffstat (limited to 'cpp/033length')
-rw-r--r-- | cpp/033length | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/033length b/cpp/033length index 9d3bb714..01199ce6 100644 --- a/cpp/033length +++ b/cpp/033length @@ -1,6 +1,6 @@ //: Recipe to compute the length of an array. -:(scenario "array_length") +:(scenario array_length) recipe main [ 1:integer <- copy 3:literal 2:integer <- copy 14:literal |