0
0

📝 allow 'move' as an alias for 'mov'

This commit is contained in:
DrMaxNix 2022-09-01 18:09:18 +02:00
parent 8aa839d667
commit a1770f1f9e

View File

@ -30,7 +30,7 @@ mov /* Inline block comment */ $a 42
## VARIABLES ## ## VARIABLES ##
# $2 => $1 # $2 => $1
mov|set $1 $2 move|mov|set $1 $2
# load $1 from root scope into current scope # load $1 from root scope into current scope
glob|global|pub|public $1 glob|global|pub|public $1