|
Felix binding definitons (these need to be checked!). |
|
type <identifier> = string>; const <identifier>: <type> =
<string>; fun <identifier> type>=<string>; proc <identifier>
<type>=<string>; |
|
$<n> Specifies n’th argument (1 origin), data pointer only for pointer types $a Specifies all arguments, short hand for $1, $2, $3 ... $t pass argument tuple as a tuple object #<n> Specifies type of n’th argment (1 origin) #0 Return type ‘<n> Specifies n’th component (1 origin) including frame pointer for pointer types @<n> reference to shape object of n’th argument type ?<n> Specifies n’th type argument (1 origin) ?<a> Short hand for ?1,?2,?3 ... ?? Question mark character ? emitted. |
|
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 |