diff options
Diffstat (limited to 'cpp/021arithmetic')
-rw-r--r-- | cpp/021arithmetic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/021arithmetic b/cpp/021arithmetic index 08647cbc..15c5d9f3 100644 --- a/cpp/021arithmetic +++ b/cpp/021arithmetic @@ -1,5 +1,6 @@ +//: Arithmetic primitives. + :(before "End Primitive Recipe Declarations") -// Arithmetic ops. ADD, :(before "End Primitive Recipe Numbers") Recipe_number["add"] = ADD; |