View difference between Paste ID: BJCv1W5H and eUWmSBA9
SHOW: | | - or go back to the newest paste.
1-
dim as double dTime
1+
function C(iColor as long) as string
2
  color iColor
3-
dTime = timer
3+
  return ""
4-
for N as long = 0 to 999
4+
end function
5-
  print !"\r";!"\r";
5+
6-
next N
6+
print C(14);"Hello";C(15);" World"
7-
print (timer-dTime)*1000;"ms (;)"
7+