Disallow additional keys in DSL
niknetniko opened this issue · 0 comments
niknetniko commented
There is no use for them, and they hide errors (from #374):
By mistake, I used
return-raw
(with a dash) instead ofreturn_raw
:- statement: "sum(1, 2, 3)" return-raw: "6"