diff options
Diffstat (limited to 'cpp/090debug')
-rw-r--r-- | cpp/090debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/090debug b/cpp/090debug index ca88b86c..70d518ed 100644 --- a/cpp/090debug +++ b/cpp/090debug @@ -5,7 +5,6 @@ const int _PRINT = 99; Recipe_number["$print"] = _PRINT; assert(Next_recipe_number < _PRINT); :(before "End Primitive Recipe Implementations") -//: beware: overridden in later layers case _PRINT: { vector<int> result(read_memory(instructions[pc].ingredients[0])); cout << result[0] << '\n'; |