From db5b505ab1f1b8ebf61f28a81839ef6a31d4d793 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 21:01:08 +0200 Subject: [PATCH] :memo: add wildcard global --- doc/concept.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/concept.sh b/doc/concept.sh index 42bb6c2..f211f47 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -43,6 +43,9 @@ move|mov|set $1 $2 # use $1 from root scope in current scope glob|global|pub|public $1 +# use all variables from root scope in current scope +glob|global|pub|public * + # vartypes null # null (internal: null) true|false # bool (internal: boolean)