Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your best "Hello, world!" program in FreeBasic
#9
Quote: *removed code*
hehe screen 13 font in screen 12 resolution =)

Code:
dim array(319, 199)
screen 13
print "Hello World!"
for x = 0 to 319
    for y = 0 to 199
        array(x, y) = point(x,y)
    next
next
cls
screen 12
for x = 0 to 319
    for y = 0 to 199
        pset(x,y),array(x,y)
    next
next
sleep

Fixed.
.14159265358979323846264338327950288419716939937510582709445
Glarplesnarkleflibbertygibbertygarbethparkentalelelangathaffendoinkadonkeydingdonkaspamahedron.
Reply


Messages In This Thread
Your best "Hello, world!" program in FreeBasic - by thegrogen - 01-29-2006, 01:37 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)