Skip to content

Commit 7f43537

Browse files
committed
made sure to proofread the website one last time.
1 parent 2d9517b commit 7f43537

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,13 @@ <h4>Numerical Ranges</h4>
356356
<li><code>`0..5 t0.2t`</code><code>0 0.2 0.4 0.6 ... 4.6 4.8 5</code></li>
357357
</ul>
358358

359-
<h4>Infinite Numerical Ranges</h4>
359+
<h4>Infinite Numerical Ranges (NOT IMPLEMENTED YET)</h4>
360360
<ul>
361361
<li><code>`0..`</code><code>0 1 2 3 4 5 6 7 8 9 10 11 12 13...</code></li>
362362
<li><code>`..0`</code><code>0 -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13...</code></li>
363363
</ul>
364364

365-
<h4>Character Ranges</h4>
365+
<h4>Character Ranges (NOT IMPLEMENTED YET)</h4>
366366
<ul>
367367
<li><code>`'a'..'e'`</code><code>a b c d e</code></li>
368368
<li><code>`'y'..'t'`</code><code>y x w v u t</code></li>
@@ -452,11 +452,11 @@ <h3>Factorial - (factorial.funk)</h3>
452452
print(x:1)</code></pre>
453453
<div class="output">
454454
<div class="output-title">Output:</div>
455-
<pre>5
456-
20
457-
60
458-
120
459-
120</pre>
455+
<pre>120
456+
24
457+
6
458+
2
459+
1</pre>
460460
</div>
461461
</div>
462462
</div>

0 commit comments

Comments
 (0)