Chapter 5. Variables

Table of Contents

Introduction
Declarations
Initialization
Variable Scope
Arrays
Constants
Visibility of Built-in Symbols

Introduction

Variables in RSP are declared and used with a similar syntax to C and Java. Variable names are case sensitive. They must begin with a letter or underscore, but there after may contain any combination of letters, digits and underscores. They must be at least one character long but there is no maximum name length.