diff options
Diffstat (limited to 'cpp/090debug')
-rw-r--r-- | cpp/090debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/090debug b/cpp/090debug index a2a74d18..670b284f 100644 --- a/cpp/090debug +++ b/cpp/090debug @@ -1,5 +1,5 @@ :(before "End Globals") -// Operator to look at fields of records. +// Operator to look at elements of containers. const int _PRINT = 99; :(before "End Primitive Recipe Numbers") Recipe_number["$print"] = _PRINT; |