From 20e5e9eeee72c5ea8683d1e05759dfe4ae8aecdc Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:07:49 +0300 Subject: [PATCH] Add example for /var with type --- public/scripts/variables.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/scripts/variables.js b/public/scripts/variables.js index ee91f29c7..3e9028591 100644 --- a/public/scripts/variables.js +++ b/public/scripts/variables.js @@ -2098,6 +2098,9 @@ export function registerVariableCommands() {
/let x foo | /var key=x foo bar | /var x | /echo
/let x {} | /var index=cool as=number x 1337 | /echo {{var::x}}
+