Hacker News new | ask | show | jobs
by gshdg 2497 days ago
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

1 comments

> You can have output that’s conditional on the input without having conditional statements.

Yes, of course you can.