Move by the specified number of cells.

Property definitions

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