start			1	_	right	passFirst
start			_	_	right	start
passFirst		1	1	right	passFirst
passFirst		_	_	right	readSecond
readSecond		1	+	right	passSecond
readSecond		+	+	right	readSecond
readSecond		_	_	left	resetSecond
passSecond		1	1	right	passSecond
passSecond		_	_	right	writeThird
writeThird		1	1	right	writeThird
writeThird		_	1	left	passThirdLeft
passThirdLeft	1	1	left	passThirdLeft
passThirdLeft	_	_	left	passSecondLeft
passSecondLeft	1	1	left	passSecondLeft
passSecondLeft	+	+	right	readSecond
resetSecond		+	1	left	resetSecond
resetSecond		_	_	left	passFirstLeftA
passFirstLeftA	1	1	left	passFirstLeftB
passFirstLeftA	_	_	right	clearSecondA
passFirstLeftB	1	1	left	passFirstLeftB
passFirstLeftB	_	_	right	start
clearSecondA	_	_	right	clearSecondB
clearSecondB	1	_	right	clearSecondB
clearSecondB	_	=	left	halt