💾 Archived View for midnight.pub › replies › 1903 captured on 2022-07-16 at 17:54:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
< 10 ? "Doing basic stuff" : goto 10
10 REP = 0 20 PRINT "cool " 30 REP = REP + 1 40 IF REP < 5 THEN 50 GOTO 20 60 ELSE PRINT "!" 70 END
(been a while since I've messed with period-appropriate BASIC, it is possible some FreeBASIC ended up in this)