| 1. |
How Can You Build An If-then-else Construction With Functoids? |
|
Answer» To build if-then-else it will NEED any of the Logical FUNCTOID (depending UPON the requirements Example: if VALUE is to be MATCHED then Equal Functoid) and a Value mapping functoid. The combination (Logical Functoid and Value Mapping Functoid) will repeat, firstly to implement IF condition and secondly to implement ELSE condition. To build if-then-else it will need any of the Logical functoid (depending upon the requirements Example: if value is to be matched then Equal Functoid) and a Value mapping functoid. The combination (Logical Functoid and Value Mapping Functoid) will repeat, firstly to implement IF condition and secondly to implement ELSE condition. |
|