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