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 <dt><span class="decl"> 765 <dt><span class="decl">
766 <span class="currsymbol">外部とのやりとり</span> 766 <span class="currsymbol">外部とのやりとり</span>
767 <script>explorer.outline.addDecl('外部とのやりとり');</script> 767 <script>explorer.outline.addDecl('外部とのやりとり');</script>
768 768
769 </span></dt> 769 </span></dt>
770 <script>explorer.outline.writeEnabled = false;</script> 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 を返す<
773 <tr><th>argv</th> <td></td> <td>スクリプトに渡された引数文字列のconsリスト</td></tr> 773 <tr><th>argv</th> <td></td> <td>スクリプトに渡された引数文字列のconsリスト</td></tr>
> 774 <tr><th>gensym</th> <td>()</td> <td>エセgensym。変数名として他とぶらなそうな文字列を返します</td></t
> 775 <tr><th>rand</th> <td>(n)</td> <td>0 以上 n 未満の自然数を31bit以でランダムに生成します</td></tr
774 </table> 776 </table>
775 </dd> 777 </dd>
776 <br /> 778 <br />
777 779
778 780
779 <script>explorer.outline.writeEnabled = true;</script> 781 <script>explorer.outline.writeEnabled = true;</script>
780 <dt><span class="decl"> 782 <dt><span class="decl">
................................................................................................................................................................................
801 <script>explorer.outline.decSymbolLevel();</script> 803 <script>explorer.outline.decSymbolLevel();</script>
802 804
803 805
804 </td></tr> 806 </td></tr>
805 <tr><td id="docfooter"> 807 <tr><td id="docfooter">
806 Page was generated with 808 Page was generated with
807 <img src="candydoc/img/candydoc.gif" style="vertical-ali 809 <img src="candydoc/img/candydoc.gif" style="vertical-ali
808 on Wed Nov 24 21:12:48 2010 | 810 on Thu Nov 25 12:30:12 2010
809 811
810 </td></tr> 812 </td></tr>
811 </table> 813 </table>
812 </div> 814 </div>
813 <script> 815 <script>
814 explorer.packageExplorer.addModule("index"); 816 explorer.packageExplorer.addModule("index");
815 explorer.packageExplorer.addModule("main"); 817 explorer.packageExplorer.addModule("main");