On 02/01/2014, at 1:24 PM, srean wrote:

> 
> B:> If Felix indeed does match strings, any reason to prefer if/elif 

some checks are

        (el)if b == "value" do ...

and some are

        (el)if prefix (b,"value") do ...

Can't do both in a match.

BTW: Felix USED to have regexp matches. I dropped them because they used a
special term in the core language. I have been looking for a while at a way to
do "user defined matches" though I haven't found one yet.


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to