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