
Functions
Tonight was about learning functions, re-usable code you can create outside the main loop that you “call on” from inside the “main” loop to make your code more organized, modular and re-useable.In this example I created a function that added numbers together or called a single number on the screen, but this time, the bulk of the […]