Is the wait until block on scratch a branch?
I need branches for a project but I don't know if this is one, can someone help me?
I need branches for a project but I don't know if this is one, can someone help me?
Hello, Canva isn't accepting my CSV file, but why? Is it something related to my Chromebook? Do I need to adjust any settings?
Hey What does it mean when someone is where? Let's say a person's profile has a green border. Greetings
I was using my iPhone XR as usual yesterday, and after I showered, it asked for a passcode as usual, but rejected my Face ID, or rather, gave me a message saying I needed to enter the passcode to use Face ID. I then entered my normal 6-digit passcode, which for some reason didn't work….
Hi, I'm currently working on an Arduino project where a servo is supposed to rotate 90 degrees when an input is given (here via the infrared remote control). The input is recognized; I tested this in another project with the serial monitor (without all the code that affects the servo). My problem is that the…
program Aufgabe5; var eingabeString: string; begin writeln('Gib hier einen Text ein:'); readln(eingabeString); if Length(eingabeString) = 0 then // Überprüfen, ob die Eingabe leer ist begin writeln('Sie haben keine Eingabe gemacht'); exit; end; for var i := 1 to Length(eingabeString) do // Schleife durch jeden Buchstaben der Eingabe und in Großbuchstaben umwandeln begin // Überprüfen, ob…
Hello everyone, In most browsers only 6 parallel requests are possible. Does anyone have any idea how to circumvent this limit, e.g. how to reduce requests?
Is it a branch?
A loop is possibly a kind of branching, but a simple waiting is not.