sicp-solutions/ex-1.04.txt

3 lines
120 B
Plaintext
Raw Permalink Normal View History

The if statement will select the appropriate function to execute, if b>0, it
will add b, otherwise it will subtract it.