[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-413-ga56e7e0

ontologiae ontologiae at ordinateur-de-ontologiae.local
Tue Aug 18 22:43:01 UTC 2009


The following commit has been merged in the master branch:
commit a56e7e0f368f3a0effef43450359760ca531b687
Author: ontologiae <ontologiae at ordinateur-de-ontologiae.local>
Date:   Wed Aug 19 00:42:35 2009 +0200

    Réparation d'une connerie...

diff --git a/lib/number/low_level/numeric.li b/lib/number/low_level/numeric.li
index 7a6657d..76eb248 100644
--- a/lib/number/low_level/numeric.li
+++ b/lib/number/low_level/numeric.li
@@ -143,10 +143,8 @@ Section Public
   
   - when first_value:SELF to last_value:SELF then block:{} :SELF <-
   // Execute `block' when  `Self' is in range of `first_value' to `last_value'
-  [ 
-	?- {first_value <= last_value}; //PAPA: debug manager ou contrat ?
-  ]
   ( 
+    ? {first_value <= last_value};
     ((Self >= first_value) && {Self <= last_value}).if block;
     Self
   );

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list