Changes
http://page.axiom-developer.org/zope/mathaction/ReadingStructuresFromAFile/diff
--
++added:
getFraction: FileName -> Fraction Integer
++added:
getFraction polytmpfile ==
f := open(polytmpfile)$TextFile
read!(f)$TextFile
r:String := read!(f)$TextFile
close!(f)$TextFile
coerce(r)$StringConversions
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer