Login

Fancade Wiki

Updated Control flow.md (markdown)

... ...
@@ -85,7 +85,7 @@ There are a few general types of control blocks:
85 85
These blocks give you basic control structures that you'd find in most programming languages.
86 86
87 87
* [[If]] takes a boolean value as an input, and sends a run signal down its "True" wire or its "False" wire
88
* [[Loop]] acts like a [[for loop|https://en.wikipedia.org/wiki/For_loop ]]. It takes a numeric "start" value and "end" value, and it sends a run signal down its third wire once for every number from "start" to "end".
88
* [[Loop]] acts like a [[for loop|https://en.wikipedia.org/wiki/For_loop]]. It takes a numeric "start" value and "end" value, and it sends a run signal down its third wire once for every number from "start" to "end".
89 89
90 90
## Event handling
91 91
Fancade Wiki