Week 2, "10PRINT"


Platform studies are a means of entering into discussion about code specifically through the investigation of platforms on which code runs. Basically, it involves putting platforms for running code into a larger context through critical thinking. The "10" in 10PRINT is the line number, which is referenced at the end of the program to cause it to loop. The "1" in RND(1)  tells the random function to produce a number between 0 and 1, which always pulls from the same sequence of numbers. When the random function is first invoked during the processing of code, it will always start from the same seed, resulting in the same pattern every time the program is called.

Comments

Log in with itch.io to leave a comment.

👌 good job