Changeset b2a49b in git for Singular/LIB/general.lib
- Timestamp:
- Sep 27, 1999, 7:54:57 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- a6312edfb1f70ae85db1956e81afaabf54b79df1
- Parents:
- 793a4da836b9a776100b320e7295d47093670104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
r793a4d rb2a49b 1 // $Id: general.lib,v 1.2 0 1999-09-23 12:13:38Singular Exp $1 // $Id: general.lib,v 1.21 1999-09-27 17:54:57 Singular Exp $ 2 2 //GMG, last modified 18.6.99 3 3 /////////////////////////////////////////////////////////////////////////////// 4 4 5 version="$Id: general.lib,v 1.2 0 1999-09-23 12:13:38Singular Exp $";5 version="$Id: general.lib,v 1.21 1999-09-27 17:54:57 Singular Exp $"; 6 6 info=" 7 7 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE … … 434 434 for ( joni=size(L); joni>0; joni-- ) 435 435 { 436 if( L[joni]=="LIB" or typeof(`L[joni]`)=="proc")436 if((L[joni]!="killall") and (L[joni]=="LIB" or typeof(`L[joni]`)=="proc")) 437 437 { kill `L[joni]`; } 438 438 }
Note: See TracChangeset
for help on using the changeset viewer.