its worth adding that you can also have more inputs to compare to
@SuperSportsBro8 жыл бұрын
Thanks for the video. I have seen some of your videos and they are great. I feel that these if statements are a bit limited though. What if I want to do a mathematical operation in relation to the comparison? Something like: [if $i1 % 2 == 0 then $i1 * $i1 else 0]. Here I'm trying to take an input, check if it's even, if yes: multiply by itself. It seems that it is not possible to do these kinds of things inside the if statement. Do you have a tip for how to get around this? Thanks!