scheme icon indicating copy to clipboard operation
scheme copied to clipboard

Occurred error args in define expression

Open m11o opened this issue 2 years ago • 0 comments

Hi, This project is fantastic! I studied scheme lang by using scheme.wasm.html. But, there is a bug not to use define expression in the site. Please check it.

Expected

> (define (square a) (* a a))
; defined

Actually

> (define (square a) (* a a))
<error args (square a) (* a a)>

Version: v0.1-136-gb5ce0b8

m11o avatar Jun 17 '23 08:06 m11o