[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-620-g616489a

ontologiae ontologiae at ordinateur-de-ontologiae-3.local
Tue Mar 30 17:23:59 UTC 2010


The following commit has been merged in the master branch:
commit 616489a3354c728fb191bb3ce06c8e46d398ad06
Author: ontologiae <ontologiae at ordinateur-de-ontologiae-3.local>
Date:   Tue Mar 30 19:00:09 2010 +0200

    [DOC] Rename Agent Based Feature by High Level control structure

diff --git a/lib/internal/portable/collection/collection.li b/lib/internal/portable/collection/collection.li
index 83aea61..db89019 100644
--- a/lib/internal/portable/collection/collection.li
+++ b/lib/internal/portable/collection/collection.li
@@ -673,7 +673,7 @@ Section Public
   );
 
   //
-  // Agents based features:
+  // High Level control Structure:
   //
 
   - foreach action:{V; } <- do_all action;
@@ -987,3 +987,16 @@ Section Public
   //    -? { lower <= upper + 1 };
   //  ];
 
+
+  //
+  // Debug
+  //
+
+  - inspect : STRING <-
+  ( + res : STRING;
+     res := STRING.create 4096;
+     res.append "[ ";
+    foreach { el : V; res.append "'"; res.append (el.to_string); res.append "' , ";};
+    res.append "]";
+    res
+  );

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list