The current frame used to store local variables of the current method executed

Property definitions

nitc $ NaiveInterpreter :: frame
	# The current frame used to store local variables of the current method executed
	fun frame: FRAME do return frames.first
src/interpreter/naive_interpreter.nit:391,2--392,40