Advertisement
aokmikey

eIf ( inline if )

Dec 7th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. // I LOVE THIS FUNCTION :) I made it too
  2. eIf( statement, outTrue, outFalse )
  3. {
  4.     if( statement )
  5.         return outTrue;
  6.     else
  7.         return outFalse;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement