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