Why is it that in the following example the spaces seem not to matter. I thought in any language any space was negated as long as the strings ended in quotes. Thanks
Drawboxes(‘bob y y y’ ); should draw blue orange blue and three yellows) I’ll test it but just wanted to use the forum one time at least. Solution states it will draw two blue boxes. Cheers. Maybe I misread it and the question was how many blue boxes not how many boxes… lol
Hello! I hope I’m not too much off topic here. I was just really curious about one thing. When we learn about strings, we then proceed to write commands like drawBox (‘rrr yyy bbb’); for example. How does the computer know it should jump to the next line? Why is it not necessary to write the newLine command anymore? Does spacebar within the brackets always equal starting on a new line?