RosettaCodeData/Task/Apply-a-callback-to-an-array/Sidef/apply-a-callback-to-an-arra...

2 lines
30 B
Plaintext

func callback(i) { say i**2 }