From 2d856ca236fdb48e35d2d87e9fbd429d867c435c Mon Sep 17 00:00:00 2001 From: Damien MATTEI Date: Mon, 29 Jul 2024 14:14:52 +0200 Subject: [PATCH] add anchor for condx and return --- Scheme+io.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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:

-


-

+


+ + +