diff options
-rw-r--r-- | design.html | 2 | ||||
-rw-r--r-- | design.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/design.html b/design.html index f484d3a..ad5d11f 100644 --- a/design.html +++ b/design.html @@ -514,7 +514,7 @@ output: (1 #inf#) <li>GC Built-ins ( <tt class="docutils literal"><span class="pre">gc-status</span></tt> 和 <tt class="docutils literal"><span class="pre">set-gc-resolve-threshold!</span></tt> )</li> <li>Accurate GC (Tested, using <tt class="docutils literal"><span class="pre">(set-gc-resolve-threshold!</span> 0)</tt> at the end of the script)</li> <li>Vector support</li> -<li>Nearly full literal/quote support ( <tt class="docutils literal">#(1 2 3 (4 5 (6 7)) 8 <span class="pre">9)'',</span> `` '(a, b, c)</tt>, etc.)</li> +<li>Nearly full literal/quote support ( <tt class="docutils literal">#(1 2 3 (4 5 (6 7)) 8 9)</tt> , <tt class="docutils literal">'(a, b, c)</tt>, etc.)</li> <li>Extensive interface (can easily write more built-ins)</li> <li>And more...</li> </ul> @@ -219,7 +219,7 @@ Features - GC Built-ins ( ``gc-status`` 和 ``set-gc-resolve-threshold!`` ) - Accurate GC (Tested, using ``(set-gc-resolve-threshold! 0)`` at the end of the script) - Vector support -- Nearly full literal/quote support ( ``#(1 2 3 (4 5 (6 7)) 8 9)'', `` '(a, b, c)``, etc.) +- Nearly full literal/quote support ( ``#(1 2 3 (4 5 (6 7)) 8 9)`` , ``'(a, b, c)``, etc.) - Extensive interface (can easily write more built-ins) - And more... |