Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your best "Hello, world!" program in FreeBasic
#5
Code:
s:                        
Sleep 500
If Inkey$ = "" Then Goto h
End
l3:
Print "l";
Goto d
o1:
Print "o";
Goto sp
l2:
Print "l";
Goto o1
o2:
Print "o";
Goto r
e:
Print "e";
Goto l1
d:
Print "d"
Goto s
h:
Print "H";
Goto e    
sp:
Print " ";
Goto w
l1:
Print "l";
Goto l2
w:
Print "w";
Goto o2
r:
Print "r";
Goto l3
.14159265358979323846264338327950288419716939937510582709445
Glarplesnarkleflibbertygibbertygarbethparkentalelelangathaffendoinkadonkeydingdonkaspamahedron.
Reply


Messages In This Thread
Your best "Hello, world!" program in FreeBasic - by thegrogen - 01-26-2006, 09:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)