home

Variables

Set Variable to

set

Sets this variable to be equal to the input.

						
//!OpenSCAD
item = 0;				
					

[Variable Name]

item

Returns the value of this variable.

						
//!OpenSCAD
item;