Changeset 8f2bf7d in git for doc/sample.lib


Ignore:
Timestamp:
Jan 17, 2001, 5:57:08 PM (22 years ago)
Author:
Thomas Markwig <keilen@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
61602a05ea8f00ebe314b3f44181506aadbf4252
Parents:
7cdb75899cda73e97f8af059aca0403782f5418d
Message:
Einfuegen eines Leerzeichens und Entfernen eines Zeilenumbruchs.


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

Legend:

Unmodified
Added
Removed
  • doc/sample.lib

    r7cdb75 r8f2bf7d  
    33"USAGE:    tab(n);  (n integer)
    44RETURNS:  string of n space tabs
    5 EXAMPLE:  example tab; shows an example
    6 "
     5EXAMPLE:  example tab; shows an example"
    76{ return(internal_tab(n)); }
    87example
     
    1413
    1514// Example of a static procedure
    16 static proc internal_tab(int n)
     15static proc internal_tab (int n)
    1716{ return(" "[1,n]); }
Note: See TracChangeset for help on using the changeset viewer.