SPC
Version 0.9.5
Main Page
Related Pages
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