summaryrefslogtreecommitdiffstats
path: root/Help/command/elseif.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/elseif.rst')
-rw-r--r--Help/command/elseif.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/command/elseif.rst b/Help/command/elseif.rst
new file mode 100644
index 0000000..96ee0e9
--- /dev/null
+++ b/Help/command/elseif.rst
@@ -0,0 +1,10 @@
+elseif
+------
+
+Starts the elseif portion of an if block.
+
+::
+
+ elseif(expression)
+
+See the if command.