| Topic | Presenter | Summary | Duration |
| -------------------------------- | ------------ | ------------------------------------------------------ | -------- |
| C4: Common Types of Nodes Part 2 | Johnathan L. | This is a continuation video on common types of nodes. | 1:02 |00:00:08.560 --> 00:00:11.460 Another relatively commonly used node,00:00:11.460 --> 00:00:14.052 although. A little hard to00:00:14.052 --> 00:00:17.070 read here is if any equal.00:00:17.070 --> 00:00:20.830 This is basically just what allows you to.00:00:20.830 --> 00:00:22.770 Specify here control flow without00:00:22.770 --> 00:00:25.559 needing to change the code of the node.00:00:27.630 --> 00:00:30.222 So for example, you see here it will00:00:30.222 --> 00:00:32.836 loop through all of its arguments except00:00:32.836 --> 00:00:35.190 those which begin with dollar signs.00:00:35.190 --> 00:00:38.508 And check to see if the.00:00:38.510 --> 00:00:40.646 Name of that arguments field on00:00:40.646 --> 00:00:43.217 its input is equal to the value00:00:43.217 --> 00:00:45.589 of that argument. So for example,00:00:45.589 --> 00:00:48.620 in this case we're taking a product.00:00:48.620 --> 00:00:51.400 Will be into this node.00:00:51.400 --> 00:00:53.311 We check to see if its power00:00:53.311 --> 00:00:54.968 field 5 is equal to W.00:00:54.970 --> 00:00:57.430 If it is, we continue.00:00:57.430 --> 00:00:58.285 If it's not,00:00:58.285 --> 00:00:59.710 we skip the entire cycle.