7 lines
93 B
Text
7 lines
93 B
Text
def forex(a):
|
|
x = 7
|
|
for i in 0..10 do
|
|
// x = x + a
|
|
x = x + a
|
|
endfor
|
|
return x
|