﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
103	Missing ending quotes in the error message	request	danirus	"// Missing ending quotes in the error message
// ERROR:   ""house is not an object of type Real.
// Must be: ""house"" is not an object of type Real.
//                ^ this quotes

Real DatFun(Real dat) { dat+1 };

Real result = DatFun(""house"");"	defect	closed	normal		Kernel	head	minor	fixed		
