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