ClipVariable constructor

ClipVariable()

Implementation

ClipVariable(){
	_label = ClipLabel( this );

	_var  = MathValue.newArray( 256 );
	_lock = List.filled( 256, false );
}