下へ
>  2005/06/11 (土) 00:06:16        [qwerty]
> > #usr/local/bin/ruby
> > 10.times do |i| print "test"; end
> > んじゃRubyで(;´Д`)
> Perlの方が優れているよ(;´Д`)

Ruby書いた漏れだけどどっちもどっちだよ(;´Д`)

参考:2005/06/11(土)00時05分45秒

>  2005/06/11 (土) 00:05:45        [qwerty]
> > #!/usr/bin/perl
> > $test="test";
> > for ($i = 0; $i < 10; $i++) {
> > &unko();
> > }
> > sub unko{
> > print $test;
> > }
> > あってるかな(;´Д`)自信ない
> #usr/local/bin/ruby
> 10.times do |i| print "test"; end
> んじゃRubyで(;´Д`)

Perlの方が優れているよ(;´Д`)

参考:2005/06/11(土)00時03分32秒

>  2005/06/11 (土) 00:03:32        [qwerty]
> > testという文字列を10回繰り返し表示するだけの処理を
> > 得意なプログラム言語で書いてみてくれ
> #!/usr/bin/perl
> $test="test";
> for ($i = 0; $i < 10; $i++) {
> &unko();
> }
> sub unko{
> print $test;
> }
> あってるかな(;´Д`)自信ない

#usr/local/bin/ruby

10.times do |i| print "test"; end

んじゃRubyで(;´Д`)

参考:2005/06/11(土)00時00分18秒

>  2005/06/11 (土) 00:01:53        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

<html><head><title></title></head><body>
<p>test</p><p>test</p><p>test</p><p>test</p><p>test</p>
<p>test</p><p>test</p><p>test</p><p>test</p><p>test</p>
</body></html>

参考:2005/06/10(金)23時57分24秒

>  2005/06/11 (土) 00:00:18        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

#!/usr/bin/perl

$test="test";

for ($i = 0; $i < 10; $i++) {
&unko();
}

sub unko{
print $test;
}

あってるかな(;´Д`)自信ない

参考:2005/06/10(金)23時57分24秒

>  2005/06/11 (土) 00:00:15        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

// D言語
for (int i = 0; i < 10; i++)
{
	printf("test\n");
}

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:59:53        [qwerty]
> > testという文字列を10回繰り返し表示するだけの処理を
> > 得意なプログラム言語で書いてみてくれ
> 
> MSX-BASICなら
> 0 FOR T=1 TO 10:?"テスト" :NEXT
> で終わり

全角使う前に_KANJIしないといけないのが萎え

参考:2005/06/10(金)23時58分49秒

>  2005/06/10 (金) 23:59:14        [qwerty]
> > testという文字列を10回繰り返し表示するだけの処理を
> > 得意なプログラム言語で書いてみてくれ
> ねぇ空白さん testという文字列を10回繰り返し書いてくれる?(´ー`)

test
test
test
test
test
test
test
test
test
test
ままままままんこアプ!(;´Д`)

参考:2005/06/10(金)23時58分24秒

>  2005/06/10 (金) 23:58:49        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ


MSX-BASICなら

0 FOR T=1 TO 10:?"テスト" :NEXT
で終わり

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:58:36        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

10 print "test"
20 print "test"
30 print "test"
40 print "test"
50 print "test"
60 print "test"
70 print "test"
80 print "test"
90 print "test"
100 print "test"
110 end

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:58:25        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

for 1..10; put("test\n")

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:58:24        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

ねぇ空白さん testという文字列を10回繰り返し書いてくれる?(´ー`)

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:58:08        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

print "testtesttesttesttesttesttesttesttesttest\n";

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:58:07        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

(´Д`)<山田くん testって10回書いといてくれたまえ

参考:2005/06/10(金)23時57分24秒

>  2005/06/10 (金) 23:57:57        [qwerty]
> testという文字列を10回繰り返し表示するだけの処理を
> 得意なプログラム言語で書いてみてくれ

おいオタク今すぐtestって10回かけ

参考:2005/06/10(金)23時57分24秒

2005/06/10 (金) 23:57:24        [qwerty]
testという文字列を10回繰り返し表示するだけの処理を
得意なプログラム言語で書いてみてくれ

上へ