Changes 
http://wiki.axiom-developer.org/371IprintFromInternalPrintPackageMakesMakformedCallToFORCEOUTPUT/diff
--

??changed:
 
-for i in 1..10 repeat iprint(i::String)
+ for i in 1..10 repeat iprint(i::String)
 

??changed:
 
-1
-   >> System error:
-   FLUSH is invalid as a function.
+ 1
+    >> System error:
+    FLUSH is invalid as a function.
 

??changed:
 
---- a/src/algebra/newdata.spad.pamphlet
-+++ b/src/algebra/newdata.spad.pamphlet
-@@ -49,7 +49,7 @@ InternalPrintPackage(): Exports == Implementation where
-   Implementation == add
-      iprint(s:String) == 
-           PRINC(coerce(s)@Symbol)$Lisp
--          FORCE_-OUTPUT$Lisp
-+          FORCE_-OUTPUT()$Lisp
-
-
-
-
+ --- a/src/algebra/newdata.spad.pamphlet
+ +++ b/src/algebra/newdata.spad.pamphlet
+ @@ -49,7 +49,7 @@ InternalPrintPackage(): Exports == Implementation where
+    Implementation == add
+       iprint(s:String) == 
+            PRINC(coerce(s)@Symbol)$Lisp
+ -          FORCE_-OUTPUT$Lisp
+ +          FORCE_-OUTPUT()$Lisp
+
+
+
+

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to