The stack of this variable, used for SSA renaming

Property definitions

nitc :: ssa $ Variable :: stack=
	# The stack of this variable, used for SSA renaming
	var stack = new Array[Variable] is lazy
src/ssa.nit:149,2--150,40