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/033length | |
parent | e351d6fd04d95068fac4402dc103e0752182fa8d (diff) | |
download | mu-88be3dbc0c996490dbac97538f4d712a5b4f6f07.tar.gz |
1162
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 |