diff options
-rw-r--r-- | cpp/090debug | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/090debug b/cpp/090debug index cd5825a0..4f1a0796 100644 --- a/cpp/090debug +++ b/cpp/090debug @@ -1,10 +1,9 @@ //: Recipe to look at elements of containers. -:(before "End Globals") -const int _PRINT = 99; +:(before "End Primitive Recipe Declarations") +_PRINT, :(before "End Primitive Recipe Numbers") Recipe_number["$print"] = _PRINT; -assert(Next_recipe_number < _PRINT); :(before "End Primitive Recipe Implementations") case _PRINT: { if (isa_literal(instructions[pc].ingredients[0])) { |