Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change procedure to mak it work #6

Open
gillmre opened this issue Mar 4, 2020 · 0 comments
Open

change procedure to mak it work #6

gillmre opened this issue Mar 4, 2020 · 0 comments

Comments

@gillmre
Copy link

gillmre commented Mar 4, 2020

#((lambda var-list
(display (car var-list))
(newline)
(length var-list))
'one 'two 'three 'four)

should be:
((lambda var-list
(display (car var-list))
(newline)
(display (length var-list)))
'one 'two 'three 'four)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant