💾 Archived View for midnight.pub › replies › 1903 captured on 2022-03-01 at 18:06:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

< 10 ? "Doing basic stuff" : goto 10

~tskaalgard

10 REP = 0
20 PRINT "cool "
30 REP = REP + 1
40 IF REP < 5 THEN
50 GOTO 20
60 ELSE PRINT "!"
70 END

Write a reply

Replies

~tskaalgard wrote:

(been a while since I've messed with period-appropriate BASIC, it is possible some FreeBASIC ended up in this)