link to parent

PyroScope Project
2017-03-15 23:47:26 +01:00
parent ff9bc53459
commit 7278c0ee5c
+3 -1
@@ -1,3 +1,5 @@
:arrow_left: Back to [[Commands Reference|Scripting-Guide#commands-reference]]
**TODO** clean this up, for now collect snippets
There are the `if` and `branch` commands to implement conditional execution of other commands. The difference is that `if` takes argument expressions, while `branch` takes a command list and then does its own evaluation.
@@ -11,4 +13,4 @@ method.insert = d.data_path, simple,\
"if=(d.is_multi_file),\
(cat, (d.directory), /),\
(cat, (d.directory), /, (d.name))"
```
```