Move by the specified number of cells.

Property definitions

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