FreeDATA/documentation/wiki/pages/04.development/default.en.md
2022-01-26 20:58:40 +01:00

16 lines
No EOL
288 B
Markdown

---
title: Development
---
[flow]
st=>start: Start plugin
e=>end: End
op1=>operation: Development|success
sub1=>subroutine: Add features|success
cond=>condition: It is cool?|invalid
io=>inputoutput: Update for users|calm
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
[/flow]