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 9b0c6a0 commit c057911Copy full SHA for c057911
README.md
@@ -4,7 +4,7 @@
4
5
## Online documentation
6
7
-Complete documentation is available online at [arkscript-lang/std](https://arkscript-lang.github.io/std/).
+Complete documentation is available online at [arkscript-lang/std](https://arkscript-lang.dev/std/).
8
9
## Generate documentation offline
10
Range.ark
@@ -19,7 +19,7 @@
19
(mut a_ i)
20
21
(while (< a_ _b) {
22
- (set _output (append _output a_))
+ (append! _output a_)
23
(set a_ (+ 1 a_)) })
24
_output }))
25
0 commit comments