From 4ae2780b25768076cb90bab65fbefce3a14721f5 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 1 Sep 2022 18:11:41 +0200 Subject: [PATCH] :memo: clarify arg 2 of 'cst' --- doc/ideas-1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ideas-1.sh b/doc/ideas-1.sh index 0b45ba5..24c063b 100644 --- a/doc/ideas-1.sh +++ b/doc/ideas-1.sh @@ -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