6 lines
117 B
Text
6 lines
117 B
Text
a = True
|
|
b = False
|
|
Randomize Timer
|
|
x = Int(Rnd * 2) <> 0
|
|
y = Int(Rnd * 2) = 0
|
|
MsgBox a & " " & b & " " & x & " " & y
|