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


Quelle  2018-06-29-CurrLHSGVar.tst   Sprache: unbekannt

 
# This always produced a warning"
gap> Unbind(string);
gap> for i in [ 1 .. 10 ] do
>     string := "aaaabbbb";
>     xxx := List( [], x -> string );
> od;
Syntax warning: Unbound global variable in stream:3
    xxx := List( [], x -> string );
                          ^^^^^^

# ... but this did not; now it does
gap> Unbind(string);
gap> for i in [ 1 .. 10 ] do
>     string := "aaaabbbb";
>     List( [], x -> string );
> od;
Syntax warning: Unbound global variable in stream:3
    List( [], x -> string );
                   ^^^^^^

[ Dauer der Verarbeitung: 0.16 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