Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  MakeMutableCopyListPPP.gi   Sprache: unbekannt

 
###############################################################################
##
#F MakeMutableCopyListPPP.gi  The SymbCompCC package    Dörte Feichtenschlager
##

###############################################################################
##
#M MakeMutableCopyListPPP( list )
##
## Input: a list
##
## Output: a mutable copy of list
##
InstallMethod( MakeMutableCopyListPPP, [IsList], 
   function( list )
      local i, new_list;

      ## initialize
      new_list := [];

      ## copy recursively
      for i in [1..Length( list )] do
         if IsList( list[i] ) then 
            new_list[i] := MakeMutableCopyListPPP( list[i] );
         else new_list[i] := list[i];
         fi;
      od;

      return new_list;
   end);

#E MakeMutableCopyListPPP.gi . . . . . . . . . . . . . . . . . . . .  ends here

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge