janet-d ~master (2021-01-24T18:32:40Z)
Dub
Repo
doFile
janet
vm
Load a file and run it in the Janet VM.
int
doFile
(string path, JanetTable* env)
int
doFile
(string path, Janet* out_, JanetTable* env)
@
nogc
int
doFile
(
string
path
,
Janet
*
out_
,
JanetTable
*
env
=
coreEnv
)
Meta
Source
See Implementation
janet
vm
functions
doFile
doString
Load a file and run it in the Janet VM.