Skip to content

Commit c0718a2

Browse files
committed
Added helpful comment for ~dump
1 parent 65b2ec5 commit c0718a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/func/stdlib.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ Debug primitives can be used for inspecting state of various variables while run
659659
forall X -> () ~dump(X value) impure asm "s0 DUMP";
660660
```
661661

662-
Outputs a value.
662+
Outputs a value. Several values can be dumped as a tuple, e.g. `~dump([v1, v2, v3])`.
663663

664664
#### ~strdump
665665

0 commit comments

Comments
 (0)