4 lines
163 B
Text
4 lines
163 B
Text
(0).pump(10,List,fcn(i){i*i}.fp)[8]() //-->64
|
|
list:=(0).pump(10,List,fcn(i){i*i}.fp);
|
|
foreach n in (list.len()-1) { list[n]().println() }
|
|
list.run(True).println()
|