Changeset b3ce75 in git


Ignore:
Timestamp:
Jul 7, 1999, 4:11:46 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
8afd58297a4f7ff12a2d9ba1f49e29edf36c80a1
Parents:
57060278f1167d34bafba7adab725bdb5622f02d
Message:
* hannes: documentation of pause


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r570602 rb3ce75  
    1 // $Id: standard.lib,v 1.36 1999-07-06 15:32:59 Singular Exp $
     1// $Id: standard.lib,v 1.37 1999-07-07 14:11:45 Singular Exp $
    22//////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.36 1999-07-06 15:32:59 Singular Exp $";
     4version="$Id: standard.lib,v 1.37 1999-07-07 14:11:45 Singular Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    927927example
    928928{ "EXAMPLE:"; echo=2;
    929   pause("press <return> to continue");
    930   pause();
     929  // cannot be shown non-interactively, try the follwing commands without //
     930  // pause("press <return> to continue");
     931  // pause();
    931932}
    932933
Note: See TracChangeset for help on using the changeset viewer.