diff options
Diffstat (limited to 'lisp/js/l.html')
-rw-r--r-- | lisp/js/l.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html index 2ab4e13..2699c4e 100644 --- a/lisp/js/l.html +++ b/lisp/js/l.html @@ -8,10 +8,10 @@ </head> <body> <script> - const ret = lisp.interpret(lisp.parse( + const ret = lisp.run( `(print (add 3 3))` - )); + ); </script> </body> </html> \ No newline at end of file |