Week 2: 10 Print


Platform studies is a way of looking at the hardware the code runs on, as well as things like operating systems and input devices, and how they work with code.

In the 10 PRINT code, 10 is the numbered line the code starts running from. Increments of 10 lets more code be inserted between in case changes need to be made.

The 1 in RND(1) tells the RND to produce a number based on a predetermined pattern, which ends up looking really complex but is always the same.

Leave a comment

Log in with itch.io to leave a comment.