Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

985065 views
#############################################################################
##
#W  testall.g               GAP 4 package `tomlib'              Thomas Breuer
##
#H  @(#)$Id: testall.g,v 1.1 2003/10/08 16:16:41 gap Exp $
##
#Y  Copyright (C)  2002,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
##

LoadPackage( "tomlib" );
pkgdir := DirectoriesPackageLibrary( "tomlib", "tst" );
Test( Filename( pkgdir, "tomlib.tst" ) );


#############################################################################
##
#E