7 lines
79 B
Text
7 lines
79 B
Text
if2(c1,c2,tt,tf,ft,ff)={
|
|
if(c1,
|
|
if(c2,tt,tf)
|
|
,
|
|
if(c2,ft,ff)
|
|
)
|
|
};
|