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 186a07a commit 148f04eCopy full SHA for 148f04e
docs/advanced/reflection/sections.md
@@ -30,7 +30,7 @@ the local variables from outside the section.
30
```text
31
run section %section% [(1¦async)] [with [arguments] %-objects%] [and store [the] result in %-objects%] [(2¦and wait)]
32
```
33
-{% end %}
+{% endcode-tabs-item %}
34
{% endcode-tabs %}
35
36
This effect will run the given section.
@@ -54,7 +54,7 @@ create new section with {_x} stored in {_section}:
54
run section {_section} async with 3 and store result in {_result} and wait
55
broadcast "Result: %{_result}%" # shows 6
56
57
58
59
60
{% hint style="info" %}
0 commit comments