Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
##############################################################################
##
#W print.gd GAP4 package `Utils' Chris Wensley
##
#Y Copyright (C) 2015-2025, The GAP Group
##############################################################################
## added global function and methods to print subsets of lists/iterators
##
DeclareGlobalName( "PrintSelection" );
DeclareOperation( "PrintSelectionFromList",
[ IsList, IsPosInt, IsPosInt, IsPosInt ] );
DeclareOperation( "PrintSelectionFromIterator",
[ IsIterator, IsPosInt, IsPosInt, IsAdditiveElement ] );
DeclareOperation( "PrintSelectionFromListByList", [ IsList, IsList ] );
DeclareOperation( "PrintSelectionFromIteratorByList", [ IsIterator, IsList ] );
#############################################################################
##
#E print.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
[ Dauer der Verarbeitung: 0.86 Sekunden
]