3 lines
44 B
Text
3 lines
44 B
Text
|
|
for (i in new FibIter(10))
|
||
|
|
Sys.println(i);
|