Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your best "Hello, world!" program in FreeBasic
#29
Here's my entry:

Code:
Print "Hello, ";
Print "World!"
It's inefficient and shouldn't be done. Why? Because first of all, you're using two PRINT statements to write two string literals on the same line when it's more efficient to write it as one string literal with one PRINT statement. And secondly...if you're writing "Hello, World!" to begin with, well then...either you're a complete n00b or your reality check has bounced.
\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
Reply


Messages In This Thread
Your best "Hello, world!" program in FreeBasic - by NecrosIhsan - 02-03-2006, 10:02 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)