about summary refs log tree commit diff stats
path: root/cpp/022boolean
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/022boolean')
-rw-r--r--cpp/022boolean3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/022boolean b/cpp/022boolean
index 6c677f7e..044a3b2b 100644
--- a/cpp/022boolean
+++ b/cpp/022boolean
@@ -1,5 +1,6 @@
+//: Boolean primitives.
+
 :(before "End Primitive Recipe Declarations")
-// Boolean ops.
 AND,
 :(before "End Primitive Recipe Numbers")
 Recipe_number["and"] = AND;