Move by the specified number of cells.

Property definitions

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