From f02344c745b0ca16b40af6b5b1c19f0fb36f9b20 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 2 Oct 2022 17:19:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20missing=20adlias=20`cst`?= =?UTF-8?q?=20to=20command=20"get=20number=20$1=20as=20string"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/concept.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concept.sh b/doc/concept.sh index 8f355e8..4a2b518 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -235,7 +235,7 @@ rnd|rand|random $1 5 13 ## STRING MANIPULATION ## # get number $1 as string -cast $1 str +cst|cast $1 str # get utf-8 char with id $1 => $1 chr $1