diff options
Diffstat (limited to 'Help/command/endfunction.rst')
-rw-r--r-- | Help/command/endfunction.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/command/endfunction.rst b/Help/command/endfunction.rst new file mode 100644 index 0000000..63e70ba --- /dev/null +++ b/Help/command/endfunction.rst @@ -0,0 +1,10 @@ +endfunction +----------- + +Ends a list of commands in a function block. + +:: + + endfunction(expression) + +See the function command. |