More work on embedding docs.

- Revise the earlier pages and tighten them up some.
- Write the docs for foreign methods.
This commit is contained in:
Bob Nystrom
2017-02-12 10:14:37 -08:00
parent 4fe3ad3f8b
commit 996a607026
5 changed files with 209 additions and 137 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ VM, waiting to run some code!
## Executing Wren code
You can tell the VM to execute a string of Wren source code like so:
You execute a string of Wren source code like so:
:::c
WrenInterpretResult result = wrenInterpret(vm,