Differences From Artifact [f03a1357a018cf8a]:
- File
doc/index.html
- 2010-11-24 12:14:00 - part of checkin [3ae09b8cbf] on branch trunk - changed if-then-else syntax (user: kinaba) [annotate]
To Artifact [720b71facce28489]:
- File
doc/index.html
- 2010-11-25 03:32:41 - part of checkin [474c4facf0] on branch trunk - Introduced makefile to build documents. sample/macro.pmy is fully reformed. print(x) now returns x, not 0. (user: kinaba) [annotate]
765 765 <dt><span class="decl">
766 766 <span class="currsymbol">外部とのやりとり</span>
767 767 <script>explorer.outline.addDecl('外部とのやりとり');</script>
768 768
769 769 </span></dt>
770 770 <script>explorer.outline.writeEnabled = false;</script>
771 771
772 - <dd> <table> <tr><th>print</th> <td>(a)</td> <td>a を文字列化標準出力に改行付きで表示</td></tr>
772 + <dd> <table> <tr><th>print</th> <td>(a)</td> <td>a を文字列化標準出力に改行付きで表示して、a を返す</td></tr>
773 773 <tr><th>argv</th> <td></td> <td>スクリプトに渡された引数文字列のconsリスト</td></tr>
774 + <tr><th>gensym</th> <td>()</td> <td>エセgensym。変数名として他とかぶらなそうな文字列を返します</td></tr>
775 + <tr><th>rand</th> <td>(n)</td> <td>0 以上 n 未満の自然数を31bit以内でランダムに生成します</td></tr>
774 776 </table>
775 777 </dd>
776 778 <br />
777 779
778 780
779 781 <script>explorer.outline.writeEnabled = true;</script>
780 782 <dt><span class="decl">
................................................................................
801 803 <script>explorer.outline.decSymbolLevel();</script>
802 804
803 805
804 806 </td></tr>
805 807 <tr><td id="docfooter">
806 808 Page was generated with
807 809 <img src="candydoc/img/candydoc.gif" style="vertical-align:middle; position:relative; top:-1px">
808 - on Wed Nov 24 21:12:48 2010
810 + on Thu Nov 25 12:30:12 2010
809 811
810 812 </td></tr>
811 813 </table>
812 814 </div>
813 815 <script>
814 816 explorer.packageExplorer.addModule("index");
815 817 explorer.packageExplorer.addModule("main");