write()

種  類 メソッド
書  式
writeLn(
text)

解  説
情報パレットに文字を出力し改行します。

コード
clearOutput();
writeLn("Sample");
writeLn("Text...");


■サンプルをダウンロードする >>.zip