Changeset 194f5e5 in git


Ignore:
Timestamp:
Apr 23, 1998, 7:09:20 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1d202e7f25871522d0ff3683f371e598b0a40eed
Parents:
e36ae54f25a40adf73b0e8d8180c361742db9def
Message:
* hannes/gorzel: fixed help of general.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    re36ae54 r194f5e5  
    1 // $Id: general.lib,v 1.5 1998-04-03 22:47:04 krueger Exp $
     1// $Id: general.lib,v 1.6 1998-04-23 17:09:20 Singular Exp $
    22//system("random",787422842);
    33//(GMG, last modified 22.06.96)
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: general.lib,v 1.5 1998-04-03 22:47:04 krueger Exp $";
     6version="$Id: general.lib,v 1.6 1998-04-23 17:09:20 Singular Exp $";
    77info="
    88LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
     
    2121 sort(ideal/module);    sort generators according to monomial ordering
    2222 sum(vector/id/..[,v]); add components of vector/ideal/...[with indices v]
    23            (parameters in square brackets [] are optional)
    2423 which(command);        searches for command and returns absolute
    2524                        path, if found
     25           (parameters in square brackets [] are optional)
    2626";
    2727
     
    637637   if( typeof(command) != "string")
    638638   {
    639         return pn;
     639        return (pn);
    640640   }
    641641   i = system("sh", "which " + command + " > " + fn);
Note: See TracChangeset for help on using the changeset viewer.