Add example for /var with type

20e5e9eeee72c5ea8683d1e05759dfe4ae8aecdc

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -0Showing whitespace changes
public/scripts/variables.js+3 -0
@@ -2098,6 +2098,9 @@ export function registerVariableCommands() {
20982098 <li>
20992099 <pre><code class="language-stscript">/let x foo | /var key=x foo bar | /var x | /echo</code></pre>
21002100 </li>
2101+ <li>
2102+ <pre><code class="language-stscript">/let x {} | /var index=cool as=number x 1337 | /echo {{var::x}}</code></pre>
2103+ </li>
21012104 </ul>
21022105 </div>
21032106 `,