Mr. Skeleton is going educational, so today he will explain to you what a Finite State Automaton is. Nothing to worry about, though, just something used to build machines and robots.
Getting Unstuck 2020, day 8. Today's prompt for Getting Unstuck was to use a variable (at least one ^^) to model control the behaviour/state of something, and that immediatly brought me to Finite State Automata, as we always have a global variable (i.e. the State of the automaton) that is used keep track of what can be done in each moment of the life of a machine (software or hardware, is not important at all) and to know to which other state is possible to go from that state. Once I thought that, I also realised that to build a program to explain what a FSA is, well, you must follow the rules of FSA. And, basically, that's why I went meta (also, because I like when Abed Nadir from the tv series Community does it). Click here for more! https://scratch.mit.edu/studios/27044072/