The (rnrs control (6)) library provides useful control structures.
| Control structures | The (rnrs control (6)) library provides useful control structures. |
| (rnrs control (6)) | |
| Functions | |
| when | See http://www.r6rs.org |
| unless | See http://www.r6rs.org |
| case-lambda | See http://www.r6rs.org |
See http://www.r6rs.org
(when test expression1 expression2 ...)
See http://www.r6rs.org
(unless test expression1 expression2 ...)
See http://www.r6rs.org
(case-lambda \hyper{case-lambda clause} ...)