ursalang / ursa

A friendly, stable general-purpose programming language
https://ursalang.github.io
3 stars 1 forks source link

`gen` does not compile properly in the REPL #67

Closed apt1002 closed 2 months ago

apt1002 commented 2 months ago
> let m = gen () {}
Cannot read properties of undefined (reading 'constructor')
> let m = gen () {}
null