Forum Discussion
11 years ago
ebenbane wrote:That helped! Thanks! And I remember having to do this in the eighties!delegg629524 wrote:
Is there a version for my Atari 2600?
10 INPUT "What is your Springfield login?: ", U$
20 PRINT "Hello "; U$
30 INPUT "How many doughnuts do you want: ", N
40 S$ = ""
50 FOR I = 1 TO N
60 S$ = S$ + "*"
70 NEXT I
80 PRINT S$
90 INPUT "Do you want more donuts? ", A$
100 IF LEN(A$) = 0 THEN GOTO 90
110 A$ = LEFT$(A$, 1)
120 IF A$ = "Y" OR A$ = "y" THEN GOTO 30
130 PRINT "Goodbye "; U$
140 END
About The Simpsons Tapped Out General Discussion
Talk about your The Simpsons: Tapped Out experience with other TSTO players.49,423 PostsLatest Activity: 2 days ago
Related Posts
Recent Discussions
- 2 days ago
- 3 days ago
- 6 days ago