story: You are a café owner and need to program your staff, which are robots. cook script: controls: Space: start / stop code r: toggle code mode e: show any errors 9: gives you the script. a: add a line of code c: change a line of code functions: if order { -checks if there is an order- } -ends the function on a separate line- if station needs == sandwich; -if order is a sandwich go to the station- if station needs == drinks; -same but with drinks- if station needs == cake; -same but with cake- prepare order; -prepares the order-
s.f