SPC
Version 0.9.5
Main Page
Related Pages
Modules
Files
Examples
SPC
SPC Programmer's Guide
Introduction
The SPC Language
Lexical Rules
Program Structure
Code Order
Tasks
Functions
Variables
bool
char
int
long
Structures
Arrays
Statements
Expressions
The Preprocessor
Pre-defined system constants
Modules
Files
Examples
•
All
Files
Functions
Groups
Pages
long
In SPC the long type is a signed 32-bit value.
This type can store values from
LONG_MIN
to
LONG_MAX
.
long
x = 2147000000;
long
y = -88235;
SPC Programmer's Guide
The SPC Language
Program Structure
Variables
Generated by
1.8.2