1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/for.code
2017-03-23 22:35:43 +01:00

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