We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4f485 commit 2aa7fa1Copy full SHA for 2aa7fa1
index.html
@@ -47,9 +47,9 @@ <h3>Demo. Try editing me below</h3>
47
or No?:>http://www.google.com
48
io=>inputoutput: catch something...
49
50
-st->op1(right)->cond
+st->op1->cond
51
cond(yes)->io->e
52
-cond(no)->sub1(left)->op1</div>
+cond(no)->sub1(right)->op1</div>
53
<!-- </div>
54
Theme:
55
<select class="theme">
@@ -64,7 +64,7 @@ <h3>Demo. Try editing me below</h3>
64
</section>
65
66
<b>Conditions can also be redirected like cond(yes, bottom) or cond(yes, right)</b>
67
- <b>... and the other symbols too... like op1(right)</b>
+ <b>... and the other symbols too... like sub1(right)</b>
68
<div class="inner">
69
<section id="usage">
70
<h3>Usage</h3>
0 commit comments