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

comments (single view)

if {loop}!=yes
View all comments