Closed billstclair closed 7 years ago
/let with no bindings doesn't get evaluated.
/let
["/let",{},"foo"]
Renders as:
["/let", ]
Should, of course, be:
foo
/let
with no bindings doesn't get evaluated.Renders as:
Should, of course, be: