felix operators(1)
NAME
Array== eq binary
<= le chain
< lt chain
>= ge chain
> gt chain
<> ne chain
!= ne chain
-> arrow left assoc
Arrayif/then/else/endif
match <expr> with
| <pattern> => <expr>
...
endmatch
regmatch <expr> with
| <regexp> => <expr>
...
endmatch
- Array(proc (<arglist>){ <statements> })
{ <statements> }
Lambda procedure. The second form is short for (proc () = - { <statements> })
VERSION
1.1.1_rc1
SEE ALSO
felix(1) for a language introduction and man page index
flx(1) for a list of the tools.
flxcc(1) for a description of the wrapper generator tool.
flx_lit(1) for a description of literals
flx_op(1) for a list of operators
flx_cop(1) for a list of C operator precedence names
flx_key(1) for a list of keywords
flx_grammar(1) for a grammar summary
flx_lib_typ(1) for a list of library types
flx_dir(1) for a list of directives
flx_exec(1) for a list of executable statements
flx_decl(1) for a list of declarative statements
flx_bind(1) for a list of binding statements
WEB SITE
See http://felix.sourceforge.net