3 lines
190 B
Markdown
3 lines
190 B
Markdown
# define-return
|
|
|
|
define/return and define/contract/return provide function definitions that can be used for defensive programming. Making functions return early when conditions are not met. |