Created
December 14, 2013 14:26
-
-
Save joeriks/7959769 to your computer and use it in GitHub Desktop.
trying out SelectIf syntax for FnX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var result = someTest() | |
| .SelectIf(someOtherTest) | |
| .SelectIf(aThirdTest); | |
| if any test fails, the tests will not continue. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment