Week 2: 10 PRINT
Weekly Devlog » Devlog
10PRINT CHR$(205.5+RND(1));:GOTO10
platform studies:
The study of the lower computational levels (hardware, operating system, virtual mechanics) that makes code run, taking into account how these systems are designed.
·
10PRINT CHR$(205.5+RND(1));:GOTO10
Commodore's lines start at 10 and increment by 10 each time. The 10 simply states it is the beginning of the code. (This is useful for debugging or editing code later since the entire line can be edited by calling the number)
10PRINT CHR$(205.5+RND(1));:GOTO10
RND is a fucntion that takes an argument and returns a random number. When given the positive number 1, the same float is returned the same time regardless of user or Commodore used.
Weekly Devlog
More posts
- Post-MortemMay 11, 2018
- Week 11: Pop Team ProgressApr 22, 2018
- Week 8: Proc GenMar 22, 2018
- Week 7: Post-mortemMar 08, 2018
- Week 5: Progress on midtermFeb 26, 2018
- Week 4: Miderm PlanFeb 15, 2018
- Week3: Software ArchitectureFeb 09, 2018
- Week1: The Door ProblemJan 24, 2018
Comments
Log in with itch.io to leave a comment.
👍