diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-18 07:50:51 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-18 07:50:51 -0700 |
commit | c8e725632e106920edd7b6aad1556dd8993ecee4 (patch) | |
tree | 19d70093eccb531cbb6c8692e87d73d214e404a8 /cpp/023jump | |
parent | 2d938a1c362f82d27aeff55a11991bf522f3308e (diff) | |
download | mu-c8e725632e106920edd7b6aad1556dd8993ecee4.tar.gz |
1096
Diffstat (limited to 'cpp/023jump')
-rw-r--r-- | cpp/023jump | 2 |
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, |