0
0

📝 type to cast to can come from string

This commit is contained in:
DrMaxNix 2022-09-01 18:13:36 +02:00
parent 4ae2780b25
commit ffa2f6fdcc

View File

@ -47,6 +47,7 @@ typ|type $1
# cast $1 to type-string stored in $2 / to int # cast $1 to type-string stored in $2 / to int
cst|cast $1 $2 cst|cast $1 $2
cst|cast $1 "int"
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?) # use contents of a var as var-name (todo: is there a more assembly-like way for this?)