Changeset 3754ca in git for Singular/LIB/inout.lib


Ignore:
Timestamp:
Apr 15, 2009, 1:28:08 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a6606e6cba9689ecbcc4e27ac00fb8c1deabd128
Parents:
40c648539a84cb2dc36e46b6b6c84deeb21e393b
Message:
minor textual changes prior to 3-1-0


git-svn-id: file:///usr/local/Singular/svn/trunk@11714 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/inout.lib

    r40c648 r3754ca  
    11// (GMG/BM, last modified 22.06.96)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: inout.lib,v 1.33 2009-04-07 09:30:44 seelisch Exp $";
     3version="$Id: inout.lib,v 1.34 2009-04-15 11:14:36 seelisch Exp $";
    44category="General purpose";
    55info="
     
    1010 lprint(poly/...[,n]);  display poly/... fitting to pagewidth [size n]
    1111 pmat(matrix[,n]);      print form-matrix [first n chars of each colum]
    12  rMacaulay(string);     read Macaulay_1 output and return its Singular format
     12 rMacaulay(string);     read Macaulay_1 output and return its @sc{Singular} format
    1313 show(any);             display any object in a compact format
    1414 showrecursive(id,p);   display id recursively with respect to variables in p
     
    672672RETURN:  no return value
    673673NOTE:    The syntax of writelist is similar to the syntax of the
    674          write command of Singular which does not manage lists properly.
     674         write command of @sc{Singular} which does not manage lists properly.
    675675         If (file,name) = (\"listfile\",\"L1\"),  writelist creates (resp.
    676676         appends if listfile exists) a file with name listfile and stores
    677          there the list L under the name L1. The Singular command
    678          execute(read(\"listfile\")); assigns the content of L (stored in
     677         there the list L under the name L1. The @sc{Singular} command
     678         @code{execute(read(\"listfile\"))}; assigns the content of L (stored in
    679679         listfile) to a list L1.
    680680@*       On a UNIX system, write(\">file\",...) overwrites an existing file
Note: See TracChangeset for help on using the changeset viewer.