about summary refs log tree commit diff stats
path: root/cpp/015jump
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/015jump')
-rw-r--r--cpp/015jump9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/015jump b/cpp/015jump
index 5b4a9624..2ce18859 100644
--- a/cpp/015jump
+++ b/cpp/015jump
@@ -24,10 +24,11 @@ recipe main [
 
 :(scenario "jump_backward")
 recipe main [
-  jump 1:offset  // 0 -+
-  jump 1:offset  //    | 1 +-+
-  jump -2:offset //  2 +-->+ |
-]                //       3 \/
+  jump 1:offset  # 0 -+
+  jump 1:offset  #    |   +-+ 1
+                 #   \/  /\ |
+  jump -2:offset #  2 +-->+ |
+]                #         \/ 3
 +run: instruction main/0
 +run: instruction main/2
 +run: instruction main/1