Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/code/cell2.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: 277 byte(s)
テストコード添付
1 start{
2
3 I keisan1(I ashi, I atama) {
4 kame = (ashi - atama * 2) / 2;
5 return kame;
6 }
7
8 I keisan2(I ashi, I atama) {
9 tsuru = ( atama * 4 - ashi) / 2;
10 return tsuru;
11 }
12
13 kame = keisan1(22, 8);
14 tsuru = keisan2(22, 8);
15
16 println kame;
17 print tsuru;
18 }$

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