Comment on Ask HN: Why Are Conditionals Important?parentComments−gshdg7yYou can have output that’s conditional on the input without having conditional statements.How is the output of the following not conditional upon the input? Are there any conditional statements in it?F(x, y) = x + y−psv17yYou can have output that’s conditional on the input without having conditional statements.Yes, of course you can.
Comments
You can have output that’s conditional on the input without having conditional statements.
How is the output of the following not conditional upon the input? Are there any conditional statements in it?
F(x, y) = x + y
Yes, of course you can.