Changeset f34c37c in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Jul 6, 1999, 1:33:17 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
acfbb5a85f3eb92ffdb442a04348bd0186e1785b
Parents:
48efa51665f947f4dace1a1adda84da2fe6107ff
Message:
* cosmetic changes to enable parsing of help


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    r48efa51 rf34c37c  
    1 // $Id: general.lib,v 1.13 1999-06-21 17:34:15 Singular Exp $
     1// $Id: general.lib,v 1.14 1999-07-06 11:32:54 obachman Exp $
    22//system("random",787422842);
    33//GMG, last modified 18.6.99
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: general.lib,v 1.13 1999-06-21 17:34:15 Singular Exp $";
     6version="$Id: general.lib,v 1.14 1999-07-06 11:32:54 obachman Exp $";
    77info="
    88LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
    99
    10  A_Z(\"a\",n);            string a,b,... of n comma seperated letters
     10PROCEDURES:
     11 A_Z(\"a\",n);          string a,b,... of n comma seperated letters
    1112 ASCII([n,m]);          string of printable ASCII characters (number n to m)
    1213 binomial(n,m[,../..]); n choose m (type int), [type string/type number]
Note: See TracChangeset for help on using the changeset viewer.