WrenSupport.interpret

Interpret arbitrary code. For advanced users only.

  1. bool interpret(const(char)* path, const(char)* source)
  2. bool interpret(const(char)* source)
    class WrenSupport
    @nogc nothrow
    bool
    interpret
    (
    const(char)* source
    )

Return Value

Type: bool

true if no runtime or compile-time error.

Meta