Initial commit

This commit is contained in:
2026-05-10 20:59:41 +02:00
commit 5d1531b744
3 changed files with 93 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# 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.