sicp-solutions/ex-1.04.txt

2 lines
120 B
Text

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