yes, but that doesn't change * how things like how statements are evaluated - the last operand after an expression is the only one returned. "(cond ((or #t ) 'none 'of 'these 'words 'are 'retuned 'but 'the 'last 'one ) )" returns "one", without throwing any warnings or errors. *that functions and values are interchangeable (i know, its a feature, but it still helps my analogy)
Comments 2
Reply
* how things like how statements are evaluated - the last operand after an expression is the only one returned. "(cond ((or #t ) 'none 'of 'these 'words 'are 'retuned 'but 'the 'last 'one ) )" returns "one", without throwing any warnings or errors.
*that functions and values are interchangeable (i know, its a feature, but it still helps my analogy)
Reply
Leave a comment