← go back

Can someone debug my bundle code please? It’s supposed to display each number and then multiplied by two, but it only displays two.

start
if loop!=yes
def x=1
def loop=yes
mul {x},2
def x={res}
throw x
break
loop
end
Jun 3, 2022, 1:53 PM
2 0 1

Comments