0
0

📝 remove fcn keyword

This commit is contained in:
DrMaxNix 2022-09-06 20:21:04 +02:00
parent f9ad44e806
commit c5cce8fa92

View File

@ -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