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:
@@ -1,8 +0,0 @@
|
|||||||
;; Skip: demonstrates a known language limitation (conditional def may not bind)
|
|
||||||
|
|
||||||
(do
|
|
||||||
(do
|
|
||||||
(if false (def x "hh"))
|
|
||||||
)
|
|
||||||
(print x)
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user