4 lines
79 B
Text
4 lines
79 B
Text
[(() -> Int)] funcs
|
|
L(i) 10
|
|
funcs.append(() -> @=i * @=i)
|
|
print(funcs[3]())
|