代码搜索结果
找到约 10,000 项符合
Test 的代码
test.in
3+4*5+21;
test.in
// start comment
// another comment
a = 2;
g();
{
a=3*4;
}
if 3 then f(4 + b);
else {
b =a; // assign
}
// final
test.in
abc := ( 34 )
test.in
0+3+0*5+0;
test.in
A B C C B A
test.as
package
{
public class Test
{
function Test(){
trace("Test");
}
}
}
in.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
in.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo