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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user