RosettaCodeData/Task/Apply-a-callback-to-an-array/Ring/apply-a-callback-to-an-array.ring

4 lines
38 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
for x in [1,2,3,4,5]
x = x*x
next