공부/컴퓨터
[CURL] CURL 컬? 뭐 이런게 있나?
찬
2004. 4. 9. 21:04
반응형
뭐 이런게 있나?
컬로 만든 구구단을 출력하는 프로그램...
{curl 2.0, 3.0 applet}
{curl-file-attributes character-encoding = "euc-kr"}
{value
let hbox:HBox= {HBox}
let vbox:VBox = {VBox}
{for i:int = 2 to 9 do
{for j:int = 1 to 9 do
||{vbox.add {hbox.add i & " * " & j & " = " & i*j }}
{vbox.add i & " * " & j & " = " & i*j }
}
{vbox.add " "}
}
vbox
}
컬로 만든 구구단을 출력하는 프로그램...
{curl 2.0, 3.0 applet}
{curl-file-attributes character-encoding = "euc-kr"}
{value
let hbox:HBox= {HBox}
let vbox:VBox = {VBox}
{for i:int = 2 to 9 do
{for j:int = 1 to 9 do
||{vbox.add {hbox.add i & " * " & j & " = " & i*j }}
{vbox.add i & " * " & j & " = " & i*j }
}
{vbox.add " "}
}
vbox
}
반응형