about summary refs log tree commit diff stats
path: root/cpp/021arithmetic
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 11:22:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 11:22:59 -0700
commit2199940af170456929a3c4fe4d07d25afea6ae55 (patch)
tree178c2f4a4188c19da3bfd1a0b3f32ec6a82880e6 /cpp/021arithmetic
parentc18e17f22feaf308376f53f2f61775ddad0e4a9d (diff)
downloadmu-2199940af170456929a3c4fe4d07d25afea6ae55.tar.gz
1077
Diffstat (limited to 'cpp/021arithmetic')
-rw-r--r--cpp/021arithmetic3
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;