Hi,
I was checking your code to get some ideas for this exercise, since I was somewhat stuck. Your code helped, thanks.
However, I don't understand why in line 47 you do:
(define AS1 0)
if you never invoke the variable AS1 in the code,
Is there a purpose to your definition or is it just something to be disregarded?
Thanks
Hi,
I was checking your code to get some ideas for this exercise, since I was somewhat stuck. Your code helped, thanks.
However, I don't understand why in line 47 you do:
(define AS1 0)if you never invoke the variable
AS1in the code,Is there a purpose to your definition or is it just something to be disregarded?
Thanks