0
0

📝 clarify: global is read-write

This commit is contained in:
DrMaxNix 2022-10-05 21:00:36 +02:00
parent e11fea8f3a
commit f32d5d7756

View File

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