Anki-Import

 view release on metacpan or  search on metacpan

t/data/cs61.anki  view on Meta::CPAN

#basic
Why is the `define` function considered an exception to the way scheme normally
processes arguments?

Because it does not evaluate the arguments that are passed to it.

`


#basic
Describe what we mean when we say a function is a *special form* function?

It is a function that does not process arguments the way other scheme functions
do. The `define` function is an example.

`


#cquest
What does the following code evaluate to and why?



( run in 1.552 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )