L command

Property definitions

rubix $ RubixCube :: clock_L
	# L command
	fun clock_L do
		rotate_column(left_col, clock)
		rotate_r90_face(left_face)
	end
lib/rubix/rubix.nit:345,2--349,4