¶
Primitive Variables
A primitive variable is the core building block to more
advanced variables
and
code
.
¶
Interface
Connected
:
/
Unconnected
:
/
¶
Primitive Variable Generation
Code bool
Code int
Code float
Code char
IDE
¶
List of Primitive Variables
bool
int
float
char
¶
Operations Needed per Primitive Generated
Primitive Variable
Base Ops
Double Variable (AR)
bool
1
0.5
int
1
0.5
float
1
0.5
char
1
0.5
¶
Code from Primitives
Code Bug Fix
¶
Related Pages
Complex Variables