Variables: Introduction

The previous chapter described the fundamentals of the PureBasic language. This chapter will now describe one of the fundamental building blocks of any piece of software: variables. It takes you from why and when variables are used, through the types of variables you can create in PureBasic, to how to create them.

Requirements for this chapter are that you should have PureBasic installed and running successfully. You should know the fundamentals of the language and the typical commands for displaying text to the console from the previous chapter.