Changeset c1986a in git for Singular/LIB/control.lib


Ignore:
Timestamp:
May 6, 2005, 11:42:02 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1d81b2939a37082b3c46e6e21ab974b485e157ed
Parents:
a58f47ac8eee1255eec5e769cce34d8625f4cade
Message:
*hannes/lossen: syntax for doku


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/control.lib

    ra58f47 rc1986a  
    1 version="$Id: control.lib,v 1.29 2005-04-30 20:34:59 levandov Exp $";
     1version="$Id: control.lib,v 1.30 2005-05-06 09:41:58 Singular Exp $";
    22category="System and Control Theory";
    33info="
     
    16021602PURPOSE: define the ring easily
    16031603RETURN:  no return value
    1604  EXAMPLE:  example declare; shows an example
    1605  "
    1606  {
     1604EXAMPLE:  example declare; shows an example
     1605"
     1606{
    16071607   if(size(#)==0)
    16081608   {
     
    16281628   };
    16291629   keepring(basering);
    1630  }
    1631  example
    1632  {"EXAMPLE:";echo = 2;
     1630}
     1631example
     1632{"EXAMPLE:";echo = 2;
    16331633   string v="x,y,z";
    16341634   string p="q,p";
     
    16541654   print(basering);
    16551655   print(nameof(basering));
    1656  };
     1656}
    16571657//
    16581658// maybe reasonable to add this in declare
Note: See TracChangeset for help on using the changeset viewer.