Skip to content

Instantly share code, notes, and snippets.

@mit41301
Created March 8, 2026 15:05
Show Gist options
  • Select an option

  • Save mit41301/fd1a499e07c5d75e9270e97cb74f684d to your computer and use it in GitHub Desktop.

Select an option

Save mit41301/fd1a499e07c5d75e9270e97cb74f684d to your computer and use it in GitHub Desktop.
Time Test using BASIC-52
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