0
0

add feature for using value of a var as var-name

This commit is contained in:
DrMaxNix 2022-05-10 21:38:38 +02:00 committed by GitHub
parent d0180392a9
commit 90150f85a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ typ|type $1
cst|cast $1 $2 cst|cast $1 $2
cst|cast $1 int cst|cast $1 int
# use contents of a var as var-name (todo: is there a more assembly-like way for this?)
${$name}