L' command

Property definitions

rubix $ RubixCube :: cclock_L
	# L' command
	fun cclock_L do
		rotate_column(left_col, counterclock)
		rotate_l90_face(left_face)
	end
lib/rubix/rubix.nit:351,2--355,4