編集の要約なし
編集の要約なし
27行目: 27行目:
与えられた文字列<code>text</code>を出力します
与えられた文字列<code>text</code>を出力します


<code>void print(string format,param variable arg0,arg1,…);</code>
<code>void print(string format,params variable arg0,arg1,…);</code>


与えられた複合書式指定子<code>format</code>を使用して後続の変数を整形し、その結果を出力します。
与えられた複合書式指定子<code>format</code>を使用して後続の変数を整形し、その結果を出力します。