home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / lb202win.exe / LB202W.EXE / WELCOME.BAS < prev    next >
Encoding:
BASIC Source File  |  2000-12-09  |  1.5 KB  |  45 lines

  1. 'Welcome to Liberty BASIC v2.0, the easiest programming
  2. 'language around since 1992 (nearly a decade)!
  3. '
  4. 'We are excited to offer this easy to use programming
  5. 'language.  Liberty BASIC has been featured by McGraw Hill
  6. 'and Ziff Davis, and also in a tutorial series in PC Plus
  7. 'magazine!
  8. '
  9. 'Thousands of people use Liberty BASIC to:
  10. '-Write useful software to solve real work problems!
  11. '-Create software for sale
  12. '-Create games
  13. '-Teach and learn programming
  14. '-Have fun
  15. '
  16. 'Here are some of Liberty BASIC's exciting features:
  17. '
  18. '-Patterned after the popular BASIC language!
  19. '-Structured programming with subprograms and functions!
  20. '-Create programs with a graphical user interface!
  21. '-Freeform GUI builder is included with source code!
  22. '-Call operating systems APIs and use 3rd party DLLs!
  23. '-Create games with sprite animation, sound, and music!
  24. '-Great internet community helps learn & provide support!
  25. '-Support for serial communications!
  26. '-Runtime engine supports creation of standalone programs!
  27. '
  28. 'What to do first? Here are some ideas:
  29. '-Look at some of the example programs
  30. '-Browse the help files
  31. '-Check out the internet resources (under the Help menu)
  32. '-Play a game (mayhem.bas, hanoi.bas, ttt.bas)
  33. '-Play with the Freeform GUI editor (under the Run menu)
  34. '
  35. 'Enjoy!
  36. '
  37. 'Note: To turn off this welcome screen, just click on the
  38. 'Setup menu, select Preferences.  Then just turn off "Open
  39. 'this file on startup" or change the filename to something
  40. 'more suitable.
  41.  
  42.   nomainwin
  43.   run "winhelp.exe lb20w.hlp"
  44.   end
  45.