Remove example design-flaw.myc

This example demonstrated a known language limitation regarding
conditional `def` statements and has been removed.
This commit is contained in:
2026-03-26 15:10:19 +01:00
parent 16af3ae9fc
commit 6d0882dd4a
-8
View File
@@ -1,8 +0,0 @@
;; Skip: demonstrates a known language limitation (conditional def may not bind)
(do
(do
(if false (def x "hh"))
)
(print x)
)