7 lines
72 B
Text
7 lines
72 B
Text
dim a
|
|
a = "woof"
|
|
dim b
|
|
b = now()
|
|
swap a,b
|
|
wscript.echo a
|
|
wscript.echo b
|