svnno****@sourc*****
svnno****@sourc*****
2011年 8月 31日 (水) 23:44:49 JST
Revision: 4610 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4610 Author: yutakapon Date: 2011-08-31 23:44:49 +0900 (Wed, 31 Aug 2011) Log Message: ----------- 注éã®è¿½å ãªã©ã Modified Paths: -------------- trunk/doc/en/html/macro/command/break.html trunk/doc/en/html/macro/command/call.html trunk/doc/en/html/macro/command/end.html trunk/doc/en/html/macro/command/exit.html trunk/doc/en/html/macro/command/include.html trunk/doc/ja/html/macro/command/break.html trunk/doc/ja/html/macro/command/call.html trunk/doc/ja/html/macro/command/end.html trunk/doc/ja/html/macro/command/exit.html trunk/doc/ja/html/macro/command/include.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/break.html =================================================================== --- trunk/doc/en/html/macro/command/break.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/en/html/macro/command/break.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -46,5 +46,12 @@ endwhile </pre> +<h2>Reference</h2> + +<a href="doloop.html">do, loop</a><br> +<a href="fornext.html">for, next</a><br> +<a href="until.html">until, enduntil</a><br> +<a href="while.html">while, endwhile</a><br> + </body> </html> Modified: trunk/doc/en/html/macro/command/call.html =================================================================== --- trunk/doc/en/html/macro/command/call.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/en/html/macro/command/call.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -43,5 +43,9 @@ return </pre> +<h2>Reference</h2> + +<a href="return.html">return</a><br> + </body> </html> Modified: trunk/doc/en/html/macro/command/end.html =================================================================== --- trunk/doc/en/html/macro/command/end.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/en/html/macro/command/end.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -24,8 +24,15 @@ <h2>Remarks</h2> <p> -MACRO is also closed. +MACRO is also closed. <br> +This command is not strictly equal to the exit command. </p> +<h2>See also</h2> + +<ul> + <li>"<a href="exit.html">exit</a>"</li> +</ul> + </body> </html> Modified: trunk/doc/en/html/macro/command/exit.html =================================================================== --- trunk/doc/en/html/macro/command/exit.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/en/html/macro/command/exit.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -24,13 +24,15 @@ <h2>Remarks</h2> <p> -Exits the include file and returns to the main file. +Exits the include file and returns to the main file.<br> +Quits the execution of the macro by using this command in the main file(equivalent of end command). </p> <h2>See also</h2> <ul> <li>"<a href="include.html">include</a>"</li> + <li>"<a href="end.html">end</a>"</li> </ul> </body> Modified: trunk/doc/en/html/macro/command/include.html =================================================================== --- trunk/doc/en/html/macro/command/include.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/en/html/macro/command/include.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -55,7 +55,7 @@ <h2>Reference</h2> <a href="../howtorun.html">Note: Loading a macro file</a><br> +<a href="exit.html">exit</a><br> - </body> </html> Modified: trunk/doc/ja/html/macro/command/break.html =================================================================== --- trunk/doc/ja/html/macro/command/break.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/ja/html/macro/command/break.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -46,5 +46,12 @@ endwhile </pre> +<h2>QÆ</h2> + +<a href="doloop.html">do, loop</a><br> +<a href="fornext.html">for, next</a><br> +<a href="until.html">until, enduntil</a><br> +<a href="while.html">while, endwhile</a><br> + </body> </html> Modified: trunk/doc/ja/html/macro/command/call.html =================================================================== --- trunk/doc/ja/html/macro/command/call.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/ja/html/macro/command/call.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -43,5 +43,9 @@ return </pre> +<h2>QÆ</h2> + +<a href="return.html">return</a><br> + </body> </html> Modified: trunk/doc/ja/html/macro/command/end.html =================================================================== --- trunk/doc/ja/html/macro/command/end.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/ja/html/macro/command/end.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -14,7 +14,7 @@ <h1>end</h1> <p> -TTL ÌÀsðI¹·éB +}NÌÀs»ÌàÌðI¹·éB </p> <pre class="macro-syntax"> @@ -24,8 +24,15 @@ <h2>ðà</h2> <p> -MACRO àI¹·éB +MACRO àI¹·éB<br> +exitR}hÆ͵§ÉÙÈéB </p> +<h2>QÆ</h2> + +<ul> + <li>"<a href="exit.html">exit</a>"</li> +</ul> + </body> </html> Modified: trunk/doc/ja/html/macro/command/exit.html =================================================================== --- trunk/doc/ja/html/macro/command/exit.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/ja/html/macro/command/exit.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -24,13 +24,15 @@ <h2>ðà</h2> <p> -CN[ht@C©ç²¯ACt@CÖßéB +CN[ht@C©ç²¯ACt@CÖßéB<br> +Ct@CÅgp·éÆA}NÌÀs»ÌàÌðI¹·éiendR}hÆ¿jB </p> <h2>QÆ</h2> <ul> <li>"<a href="include.html">include</a>"</li> + <li>"<a href="end.html">end</a>"</li> </ul> </body> Modified: trunk/doc/ja/html/macro/command/include.html =================================================================== --- trunk/doc/ja/html/macro/command/include.html 2011-08-31 14:08:02 UTC (rev 4609) +++ trunk/doc/ja/html/macro/command/include.html 2011-08-31 14:44:49 UTC (rev 4610) @@ -55,6 +55,7 @@ <h2>QÆ</h2> <a href="../howtorun.html">: }Nt@CÌÇÝÝ</a><br> +<a href="exit.html">exit</a><br> </body> </html>