From c5cce8fa929a1f9b198d478556ae1e9a23257388 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 6 Sep 2022 20:21:04 +0200 Subject: [PATCH] :memo: remove `fcn` keyword --- doc/concept.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concept.sh b/doc/concept.sh index 2645e77..935a7ca 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -168,7 +168,7 @@ pxl|pixel|canv|canvas draw # the function scope "myfunction1" starts here # argument $1 is readonly; $2 is read/write -fcn|def myfunction1 $1 &$2 +def myfunction1 $1 &$2 # current function scope ends here end