Object example in docs doesn't work as expected in the repl
Closed this issue · 0 comments
jamiltron commented
The docs show the following examples:
roy> {}
[object Object] : {}
roy> {a: 100}
[object Object] : {a: Number}
However, typing an empty Object into the repl gives no result, and {a: 100}
results in a syntax error: unexpected token :