gnue / NEWT0

NewtonScript
http://gnue.github.io/NEWT0
34 stars 13 forks source link

Fix typo with evt.ex.msg exceptions #18

Closed pguyot closed 4 years ago

pguyot commented 4 years ago

Exceptions with messages have prefix evt.ex.msg, not ext.ex.msg. See NewtonScript Programming Language, page 3-17. Also add test for error slot, typically used when Throw is passed an integer.