x=1 do print x.x=x*2 loop until x>20 print x 输出结果 VB

问题描述:

x=1 do print x.x=x*2 loop until x>20 print x 输出结果 VB

1 2 4 8 16 32