home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
LANGUAGES
/
OB68_116.LZH
/
bench5.b
< prev
next >
Wrap
Text File
|
1996-05-06
|
128b
|
9 lines
type UserType=a:integer;b:byte
dim x:UserType
dim i:integer
shell "date"
for i=1 to 1000000
x.a=x.b
next i
shell "date"