Tadotter - Eclipse RCP版 (1.1.2.v20090921) | 2009-09-21 15:19 |
Tadotter - JavaFX版 (2.0.1) | 2009-07-06 11:19 |
シーケンスのサイズはsizeofで取得できます。
例:
println(sizeof ["One", "Two", "Three"]);
forブロックの中でカレントの要素は何番目なのかを知るにはindexofを使います。 もちろんゼロ番目から始まります。
例:
for(num in ["One", "Two", "Three"]) println(indexof num)
出力:
0 1 2
[PageInfo]
LastUpdate: 2009-08-20 19:19:23, ModifiedBy: happyhills
[Permissions]
view:all, edit:login users, delete/config:members