Created
March 8, 2026 15:05
-
-
Save mit41301/fd1a499e07c5d75e9270e97cb74f684d to your computer and use it in GitHub Desktop.
Time Test using BASIC-52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10 REM ********************************** | |
| 20 REM * Test for "TIME=" * | |
| 30 REM ********************************** | |
| 40 TIME=0 : CLOCK 1 : F=0 | |
| 50 IF TIME>8 THEN PRINT : PRINT : F=F+1 : TIME=4 | |
| 60 PRINT TIME, | |
| 70 IF F<2 GOTO 50 | |
| 80 END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment