Open-Block / OpenBlock

A free open source Block based development template
0 stars 0 forks source link

Abstract Sequence #7

Open mosemister opened 4 years ago

mosemister commented 4 years ago

The sequence should have a abstract layer.

A sequence is a Block that is designed to run multiple blocks one after another, such as a function or a loop. Keep this in mind. As both functions and loops may hold parameters (such as actual parameters for a function, a loop has a start and a end or in the case of a while loop, just a boolean check) therefore the abstract Sequence may implement ParameterInsertBlock