﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
70	Add abstract functions to frontend	zirkel	ywei	"An abstract function is a subclass of a function.  It has a return type, and arguments, but no body.  The syntax is:

abstract C(INT) TYPE name(TYPE arg0, TYPE arg1, ...);

C(INT) denotes the continuity of the function.   AbstractFunctions are in the model, but need to be added to front end"	enhancement	closed	major		front	1.0	fixed	abstract, function, front	
