1Graphical nterface

 

2Function

The <previous> block is unique because when the Executor attempts to evaluate the output “☠,” it does not trigger the execution of the <previous> block; instead, the Executor simply reads the stored value of that output. However, when the Executor attempts to evaluate the “out” output, this (normally) triggers the execution of the <previous> block, which connects the “out” and “☠” outputs to the “in” input

3Input

4Outputs

5Types

The input can be of any type; the outputs are of the same type as the input

6Usage

This block allows you to create a variable that is retained from one cycle to the next. It must be present in every “loop” to ensure that “hotSwap” functions properly.

When two block chains with different periodicities are interconnected, a <previous> block must be inserted on each inter-chain link. This ensures that the slower-executing chain is not executed at the frequency of the faster chain.