Skip to content

Commit

Permalink
updated "Supported" list on test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
z5h committed Mar 7, 2010
1 parent 72d6016 commit bdda0d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@
<br/>
<button onclick="go();">Run</button>
<button onclick="sample();">Run Example Code</button>
<button onclick="test();">Run Tests</button>
<button onclick="test();">Run Tests</button> (not many tests yet)
<br/>
<textarea cols="80" rows="8" id="out"></textarea>

<br/>
Supported: quote, lambda, if, set!, call/cc, =, cons, car, cdr, null?, pair?, +, -, *, /
Supported: quote, lambda, if, set!, call/cc, =, cons, car, cdr, null?, pair?, +, -, *, /,
define, map, foldl, foldr, list, display, newline, not

</body>

Expand Down

0 comments on commit bdda0d0

Please sign in to comment.