From 1df9a27d0796f8f616c4964b86d18d04e358d70a Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 21:11:19 +0200 Subject: [PATCH] :memo: new command `deb` --- doc/concept.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/concept.sh b/doc/concept.sh index 76bc73a..4309725 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -155,6 +155,9 @@ drw|draw|echo "bla" "bli" "blub" # print "blabliblub", await user response (until newline/enter) and return entered line as $1 ask $1 "bla" "bli" "blub" +# pretty print the value stored in $1 +deb|debug $1 + ## GRAPHICAL OUTPUT ##