Opened 17 years ago

Closed 16 years ago

#70 closed enhancement (fixed)

Add abstract functions to frontend

Reported by: zirkel Owned by: ywei
Priority: major Milestone:
Component: front Version: 1.0
Keywords: abstract, function, front Cc:

Description

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

Change History (2)

comment:1 by ywei, 17 years ago

Status: newaccepted

comment:2 by ywei, 16 years ago

Resolution: fixed
Status: acceptedclosed

Feature added.

Note: See TracTickets for help on using tickets.