﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
180	function doesn't exist	imendez	danirus	"When a function is created by including a file containing it in a local level, the 
function doesn't exist in the local level neither in the global one.

This piece of code probes it:

//////////////////////////////////////////////////////////////////////////////////////////////
Real a =
{
  Text WriteFile(""C:\usefulFunction.tol"", ""Real usefulFunction(Real n) { n+1 };"");
  Set Include(""C:\usefulFunction.tol"");
  usefulFunction(cont)
};
Code usefulFunction;
//////////////////////////////////////////////////////////////////////////////////////////////

It's really serious."	defect	closed	highest		Kernel	1.1.1	blocker	fixed		
