A=1:b=2:t=0 if a

问题描述:

A=1:b=2:t=0 if a

冒号在VB中的作用是“一行可书写几句语句”
如果没有冒号:
则原语句如下
A=1
b=2
t=0
if a