sicp-solutions/chapter-1/ex-1.04.txt
2025-03-18 16:28:27 +01:00

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.