silly — 6/3/2022, 1:53:15 PM

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
♥ 2 ↩ 0 💬 1 comment

comments

pkmnq:
if {loop}!=yes
6/3/2022, 2:06:37 PM