From 782c98ca46ef309eca6479a786ed0698e2eb32d4 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 2 Oct 2022 19:54:22 +0200 Subject: [PATCH] :memo: remove `cst` to constant --- doc/concept.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/concept.sh b/doc/concept.sh index 4a2b518..03e0627 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -56,7 +56,6 @@ typ|type $1 # cast $1 to type-string stored in $2 / to num cst|cast $1 $2 cst|cast $1 "num" -cst|cast $1 num # use contents of a var as var-name (todo: is there a more assembly-like way for this?) ${$name} @@ -235,7 +234,7 @@ rnd|rand|random $1 5 13 ## STRING MANIPULATION ## # get number $1 as string -cst|cast $1 str +cst|cast $1 "str" # get utf-8 char with id $1 => $1 chr $1