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
int
In SPC the int type is a signed 32-bit value.
This type can store values from
INT_MIN
to
INT_MAX
.
int
x = 0xfff;
int
y = -23;
SPC Programmer's Guide
The SPC Language
Program Structure
Variables
Generated by
1.8.2