⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tomlib.tst

📁 GAP源码
💻 TST
字号:
#############################################################################
##
#W  tomlib.tst              GAP 4 package `tomlib'              Thomas Breuer
##
#H  @(#)$Id: tomlib.tst,v 1.3 2003/10/30 08:00:31 gap Exp $
##
#Y  Copyright (C)  2003,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
##

gap> START_TEST("$Id: tomlib.tst,v 1.3 2003/10/30 08:00:31 gap Exp $");

gap> LoadPackage( "tomlib" );
true

# Check that all tables of marks can be loaded without problems
# (The test whether they are internally consistent takes too long.)
gap> for name in AllLibTomNames() do
>      tom:= TableOfMarks( name );
>      if not IsTableOfMarks( tom ) then
>        Print( "#E  problem loading t.o.m. of `", name, "'\n" );
>      fi;
> od;

gap> STOP_TEST( "tomlib.tst", 200000000000 );


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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -