0
0

📝 add wildcard global

This commit is contained in:
DrMaxNix 2022-10-05 21:01:08 +02:00
parent f32d5d7756
commit db5b505ab1

View File

@ -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)