Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
request for printing patterns with for loops tutorial
#11
(11-20-2024, 11:59 PM)fistfullofnails Wrote: Thanks everyone, but I still need to start with something simple, like a square, because I really don't understand what's happening.

Code: (Select All)
FOR i = 1 to 3
   PRINT "***"
NEXT

The above would print 3 lines for you of "***", making your square.

***
***
***
Reply


Messages In This Thread
RE: request for printing patterns with for loops tutorial - by SMcNeill - 11-21-2024, 02:22 AM



Users browsing this thread: 2 Guest(s)