docs: add comprehensive error-handling documentation covering syntax and runtime errors with examples

This commit is contained in:
Bob Nystrom
2015-01-02 00:02:02 +00:00
parent 0f5eb1885e
commit 0a54f68ad3
3 changed files with 117 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ For our Windows bretheren, there's still a little work to be done. Ideally, the
## Interactive mode
The above instructions will drop you into Wren's standalone interpreter in interactive mode. You can type a line of code in, and it will immediately execute it. Here's something to try:
The above instructions will drop you into Wren's standalone interpreter in interactive mode. You can type in a line of code, and it will immediately execute it. Here's something to try:
:::dart
IO.print("Hello, world!")