0
0

📝 clarify arg 2 of 'cst'

This commit is contained in:
DrMaxNix 2022-09-01 18:11:41 +02:00
parent a1770f1f9e
commit 4ae2780b25

View File

@ -45,7 +45,7 @@ eg. "bla" 'blub' # str
# vartype($1) => $1
typ|type $1
# cast $1 to type $2 / to int
# cast $1 to type-string stored in $2 / to int
cst|cast $1 $2
cst|cast $1 int