Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/code/loop.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: 164 byte(s)
テストコード添付
1 arr {
2 for (a=1;a<=5;a++){
3 print a;
4 }
5 do {
6 a--;
7 print a;
8 } while (a>0);
9
10 while (a<10){
11 a++;
12 print a;
13 if(a==5)break;
14 }
15 print "‚¨‚í‚č";
16 }$

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