待辦事項 #21815

variable-length of array assignment

啟用日期: 2010-05-20 16:18 最後更新: 2010-05-23 19:43

回報者:
負責人:
類型:
狀態:
關閉
元件:
(無)
里程碑:
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
Accepted
檔案:

細節

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 History (3/3 Histories)

2010-05-20 16:18 Updated by: pxn11432
  • New Ticket "variable-length of array assignment" created
2010-05-20 16:20 Updated by: pxn11432
  • 處理結果 Update from to Accepted
2010-05-23 19:43 Updated by: pxn11432
  • 狀態 Update from 開啟 to 關閉
  • Ticket Close date is changed to 2010-05-23 19:43
  • 里程碑 Update from (無) to build008 (closed)

Attachment File List

No attachments

編輯

Please login to add comment to this ticket » 登入