From f32d5d7756630abec3c4b21d68d417d4fe9a1c1f Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 21:00:36 +0200 Subject: [PATCH] :memo: clarify: global is read-write --- doc/concept.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concept.sh b/doc/concept.sh index 03e0627..42bb6c2 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -40,7 +40,7 @@ mov $1 42; typ $1; echo $1 # $2 => $1 move|mov|set $1 $2 -# load $1 from root scope into current scope +# use $1 from root scope in current scope glob|global|pub|public $1 # vartypes