diff --git a/Scheme+io.html b/Scheme+io.html index b5099da..d546e31 100644 --- a/Scheme+io.html +++ b/Scheme+io.html @@ -938,8 +938,11 @@

10.Advanced examples:

(subset-sum-guile  L-init t-init)

#t
-
-

+
+

+ + +

note: in the example above condx is a macro that allow execution of arbitrary code between conditionals clauses,general syntax is:

@@ -1082,8 +1085,10 @@

10.Advanced examples:

This example mix many Scheme+ Style and illustrate the use of return in a Python/C++ style:

-


-

+


+ + +