Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/code/new.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: 203 byte(s)
テストコード添付
1
2 md{
3 ashi = "‚‚é";
4 atama = "‚Š‚ß";
5 kame = atama * 2;
6 tsuru = ashi * 4;
7 print kame, tsuru;
8
9 kame = keisan1(2,3);
10
11 I keisan1(I par1, I par2) {
12 return par1+par2;
13 }
14
15 print kame;
16 }$

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