Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/tests/#35822-random.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6353 - (hide annotations) (download)
Tue Mar 29 08:48:52 2016 UTC (8 years ago) by maya
Original Path: trunk/tests/#35822.ttl
File size: 407 byte(s)
過去のテスト用マクロファイルを登録
1 maya 6353 intdim res 11
2    
3     for i 1 1000000
4     random val 10
5     res[val] = res[val] + 1
6     next
7    
8     str = ''
9     for i 0 10
10     sprintf2 tmp '%d\t%d' i res[i]
11     strconcat str tmp
12     strconcat str #10
13     next
14     strspecial str
15     messagebox str 'result'
16    
17     uptime time
18     int2str str_time time
19     strconcat filename '35822_'
20     strconcat filename str_time
21     strconcat filename '.txt'
22    
23     fileopen fp filename 0
24     filewrite fp str
25     fileclose fp

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26