The runtime_variable associated to the return (in a function)

Property definitions

nitc $ StaticFrame :: returnvar
	# The runtime_variable associated to the return (in a function)
	var returnvar: nullable RuntimeVariable = null is writable
src/compiler/abstract_compiler.nit:2410,2--2411,59