about summary refs log tree commit diff stats
path: root/cpp/030length
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/030length')
-rw-r--r--cpp/030length2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/030length b/cpp/030length
index f690d543..7b5c52be 100644
--- a/cpp/030length
+++ b/cpp/030length
@@ -10,7 +10,7 @@ recipe main [
 +mem: storing 3 in location 5
 
 :(before "End Globals")
-const int LENGTH = 25;
+const int LENGTH = 31;
 :(before "End Primitive Recipe Numbers")
 Recipe_number["length"] = LENGTH;
 assert(Next_recipe_number == LENGTH);