Riquel Li coderay test
Posts 6
Location changchun
Added by Riquel Li 9 months ago
1  def name
2  end

line1
line2

line3
line4

Winter is comming.(!)

Riquel Li RE: coderay test
Posts 6
Location changchun
Added by Riquel Li 9 months ago
1  def name
2    a = 1
3    b = "hhahhah" 
4    c = a + b
5    print "I will be back~" 
6  end

Winter is comming.(!)

Zhe Wang RE: coderay test
Posts 1642
Location Amoy, China
Added by Zhe Wang 9 months ago
 1static bool HelloWorld::setCoordination(int x, int y)
 2{
 3    bool retVal = false;
 4    if ( x < 0 )
 5    {
 6        x = 0;
 7    }
 8    switch(y)
 9    {
10    case 1:
11       break;
12    case 2:
13       retVal = true;
14       break;
15    }
16    return true;
17}
18

Enjoy Coding, Enjoy Life.


(1-2/2)