UNPKG
ifd
Version:
%s (0.0.3)
latest (0.1.0)
0.1.0
0.0.3
0.0.1
Life Extending Ternary Operator Abstractions
github.com/artisin/ifd
artisin/ifd
ifd
/
__tests__
/
nested-ternary-abstraction
/
option
/
condition.md
12 lines
(9 loc)
•
238 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
__Description__: If the option `condition:
true
`
is
passed then the array returning result will not be evaluated. __Default__ ``` [<
if
-condition-
true
>, <
return
-
val
>] ``` __Array Cond__ ``` [<
if
-condition-
true
>, <ifd>(<
return
-
val
>)] ```