flow/flow_doc.md : Updates.

This commit is contained in:
kevin 2024-05-06 15:47:53 -04:00
parent 5782ddf7af
commit c98eb88e78

View File

@ -131,14 +131,16 @@ report | Print the state of the process.
### Var Syntax
__label__ : { type: __type__, value: __value__, doc:"q-string" }
__label__ : { type: __type__, { value: __value__ }, {proxy: __proxy__}, {flags:[{__flag__}*]}, doc:"q-string" }
Part | Description
-------|-------------------------------------------------------
label | Variable name
type | Variable type. See Data types below.
value | The default value of the variable.
proxy |
doc | Documentation string for this variable.
flags |
Notes: