Ticket #21815

variable-length of array assignment

Eröffnet am: 2010-05-20 16:18 Letztes Update: 2010-05-23 19:43

Auswertung:
Verantwortlicher:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Accepted
Datei:
Keine

Details

with indicating + or * suffixes, array assignment shall allow variable length of values

[a, b, c+] = [1, 2, 3, 4, 5]
a = 1, b = 2, c = [3, 4, 5]

[a, b, c*] = [1, 2, 3, 4, 5]
a = 1, b = 2, c = [3, 4, 5]

Ticket-Verlauf (3/3 Historien)

2010-05-20 16:18 Aktualisiert von: pxn11432
  • New Ticket "variable-length of array assignment" created
2010-05-20 16:20 Aktualisiert von: pxn11432
  • Lösung Update from Keine to Accepted
2010-05-23 19:43 Aktualisiert von: pxn11432
  • Status Update from Offen to Geschlossen
  • Ticket Close date is changed to 2010-05-23 19:43
  • Meilenstein Update from (Keine) to build008 (closed)

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden