Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/code/arr.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sat Mar 28 21:18:55 2015 UTC (9 years, 2 months ago) by yamat0jp
File MIME type: text/plain
File size: 163 byte(s)
テストコード添付
1 md{
2 I kame(){
3 return 5;
4 }
5 print md.kame();
6 }
7 ar{
8 aI temp[3];
9 for (a=0;a<3;a++){
10 temp[a]=a;
11 print a;
12 }
13 print temp[2];
14 print md.kame();
15 }$

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