Nathan-Wall / proto

A programming language derived from JavaScript which emphasizes prototypes, integrity, and syntax.
Other
12 stars 1 forks source link

Coercing a slot to a number should evaluate to that slot's number #52

Closed Nathan-Wall closed 10 years ago

Nathan-Wall commented 10 years ago

+<1> should evaluate to 1. It currently evaluates to NaN.

Also &<1> should evaluate to "1".