8 lines
72 B
VB.net
8 lines
72 B
VB.net
|
|
dim a
|
||
|
|
a = "woof"
|
||
|
|
dim b
|
||
|
|
b = now()
|
||
|
|
swap a,b
|
||
|
|
wscript.echo a
|
||
|
|
wscript.echo b
|