about summary refs log tree commit diff stats
path: root/cpp/023jump
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-18 07:50:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-18 07:50:51 -0700
commitc8e725632e106920edd7b6aad1556dd8993ecee4 (patch)
tree19d70093eccb531cbb6c8692e87d73d214e404a8 /cpp/023jump
parent2d938a1c362f82d27aeff55a11991bf522f3308e (diff)
downloadmu-c8e725632e106920edd7b6aad1556dd8993ecee4.tar.gz
1096
Diffstat (limited to 'cpp/023jump')
-rw-r--r--cpp/023jump2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/023jump b/cpp/023jump
index 128b3924..01314ace 100644
--- a/cpp/023jump
+++ b/cpp/023jump
@@ -1,4 +1,4 @@
-//: Jump primitives.
+//: Jump primitives
 
 :(before "End Primitive Recipe Declarations")
 JUMP,
='#n35'>35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125