You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that cdr after last cell (that hold 9) is empty list instead of nil. I need remove nil from the code and use empty list like in scheme. Or make nil the same as empty list.
Way to reproduce:
(map 1+ (range 9))
(1 2 3 4 5 6 7 8 9 )
The text was updated successfully, but these errors were encountered: