Procedural context is used to dictate branches, loops and can form more typical sequential logic.
You can use it to achieve very practical programs fairly easily. Below program uses ChatGPT complete to summarize all texts files in a folder into a single summary file.
We can use Next
and Previous
connectors on our nodes to dictate program flow.
Sequence can be used to break apart horizontal flow into a more vertical one.
Branch expresses conditional execution.
Works like a traditional for loop.
At the moment we are missing an enumerator style repeat.
We can use Custom Event
to define an event, and Execute Event
to issue a call.