svnno****@sourc*****
svnno****@sourc*****
2010年 9月 29日 (水) 20:14:29 JST
Revision: 4116 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4116 Author: yutakapon Date: 2010-09-29 20:14:29 +0900 (Wed, 29 Sep 2010) Log Message: ----------- 説æã®è¿½è¨ã Modified Paths: -------------- trunk/doc/en/html/macro/command/beep.html trunk/doc/ja/html/macro/command/beep.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/beep.html =================================================================== --- trunk/doc/en/html/macro/command/beep.html 2010-09-29 10:50:13 UTC (rev 4115) +++ trunk/doc/en/html/macro/command/beep.html 2010-09-29 11:14:29 UTC (rev 4116) @@ -17,10 +17,23 @@ Makes a beep sound. </p> +<pre class="macro-syntax"> +beep +</pre> + +<h2>Remarks</h2> + +<p> +Plays a waveform sound(Windows Default Beep sound). +</p> + <h2>Example</h2> <pre class="macro-example"> -beep +for i 1 10 + beep + pause 1 +next </pre> </body> Modified: trunk/doc/ja/html/macro/command/beep.html =================================================================== --- trunk/doc/ja/html/macro/command/beep.html 2010-09-29 10:50:13 UTC (rev 4115) +++ trunk/doc/ja/html/macro/command/beep.html 2010-09-29 11:14:29 UTC (rev 4116) @@ -17,10 +17,23 @@ r[v¹ðÂç·B </p> +<pre class="macro-syntax"> +beep +</pre> + +<h2>ðà</h2> + +<p> +WAVE `®ÌTEhiSystemDefaultGêÊÌx¹jðĶ·éB +</p> + <h2>á</h2> <pre class="macro-example"> -beep +for i 1 10 + beep + pause 1 +next </pre> </body>