Changeset b3ce75 in git
- Timestamp:
- Jul 7, 1999, 4:11:46 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 8afd58297a4f7ff12a2d9ba1f49e29edf36c80a1
- Parents:
- 57060278f1167d34bafba7adab725bdb5622f02d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r570602 rb3ce75 1 // $Id: standard.lib,v 1.3 6 1999-07-06 15:32:59Singular Exp $1 // $Id: standard.lib,v 1.37 1999-07-07 14:11:45 Singular Exp $ 2 2 ////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1.3 6 1999-07-06 15:32:59Singular Exp $";4 version="$Id: standard.lib,v 1.37 1999-07-07 14:11:45 Singular Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 927 927 example 928 928 { "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(); 931 932 } 932 933
Note: See TracChangeset
for help on using the changeset viewer.