|
Felix declarations and definitons (these need to be checked!). |
|
struct <identifier> { <identifier>:
<type> ... }; union <identifier> = | <identifier> of
<type> ...; module <identifier> { <statements>
} fun <identifier> (<arglist>):<type>=
{ <statements> }; proc <identifier> (<arglist>) {
<statements> }; inherit <identifier> =
<qualified_name>; <identifier> :> |
|
1.1.1 |
|
felix(1) for a language introduction and man page
index |
|
See http://felix.sourceforge.net |
|
John Maxwell Skaller, mailto:skaller@users.sourceforge.net |