8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
2 rem cls, localeのテスト
|
|
5 cls
|
|
7 randomize tick
|
|
10 for i=0 to 999
|
|
20 locate rnd(28),rnd(18)
|
|
30 print chr(rnd(26)+0x41);
|
|
40 next
|