Move by the specified number of cells.

Property definitions

console $ TermMoveBackward :: by
	# Move by the specified number of cells.
	init by(magnitude: Int) do self.magnitude = magnitude
lib/console/console.nit:81,2--82,54