--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks guys. I was trying to avoid "if".I thought maybe I was missing an operator as using "if" felt a little iffy for a functional language somehow so I thought "?" operator was just named into something else and I just could not find in the API docs.
Thanks for confirming that "if" is "if" and it is here to stay -)
--