Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/semigroups/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 516 B image not shown  

Quelle  obsolete.gi   Sprache: unbekannt

 
#############################################################################
##
##  obsolete.gi
##  Copyright (C) 2015-2022                              James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

BindGlobal("_PrintObsolete", function(old, arg...)
  Print("#I  `", old, "` is no longer supported\n",
        "#I  use `", Concatenation(List(arg, String)), "` instead!\n");
end);

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]