Home
Online User Guide duplicated from http://cvs.purebasic.com
USERGUIDE
PureBasic User Guide: Full Contents (Note that this is the contents of the User Guide, and may not contain information about every single aspect of PureBasic. The Reference section of the manual has a complete listing and explanation of everything.)
Part I - Internal and important basic commands
Getting Started
Introduction
About PureBasic
User Guide overview
Conventions used in this guide
How to get PureBasic
Installing and running PureBasic
Using the editor
Your first PureBasic program
Introduction and Requirements
Fundamentals of the PureBasic language
Your first program!
Breakdown and explanation of the program
Summary
Variables
Introduction and Requirements
What are variables?
Variable types
Creating variables
Summary
Simple processing of variables
Introduction and Requirements
Equals
Addition
Subtraction
Multiplication and Division
Operator precedence
Expressions
Summary
Practise exercises
Loops and decisions
Introduction
Comparison operators
Choosing to execute some instructions (If...Else...EndIf)
Choosing one set of instructions from a set (Select...Case...EndSelect)
Repeating instructions a set number of times (For...Next)
Repeating instructions while something is happening (While...Wend)
Repeating instructions until something happens (Repeat...Until)
Exiting loops early (Goto, FakeEndSelect)
Summary
Exercises
Interacting with the user
Introduction
Creating text displays
Displaying text
Reading values from the user
Changing the appearance of the display
Summary
Exercises
String manipulation
Working with lots of data
Advanced variable types
Structuring code for re-usability
Compiler commands
Memory access
Advanced mathematical operations
Debugging your programs
Further reading
Hints for further development
Useful online resources
Brief library descriptions
Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved