
Variables
Set Variable to

Sets this variable to be equal to the input.
//!OpenSCAD
item = 0;
[Variable Name]

Returns the value of this variable.
//!OpenSCAD
item;
Sets this variable to be equal to the input.
//!OpenSCAD
item = 0;
Returns the value of this variable.
//!OpenSCAD
item;