Hello Factor mailing list,

i try to understand the definition of "if" in the factor handbook:
if ( ..a ? true: ( ..a -- ..b ) false: ( ..a -- ..b) -- ..b)

I read if ..a is true execute the true codeblock else the false block
which is quite clear but what does the last ..b stands for?
Thanks for your help.

Fabian


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to