Context.this

Constructs a new Context.

  1. this(Context par, string nam)
    class Context
    this
    (
    Context par = null
    ,
    in string nam = "<context>"
    )
  2. this(Interpreter interpreter)

Parameters

par Context

The parent context, which should be null when the global context is created

nam string

The name of the context. When script functions are called this is set to the name of the function being called.

Meta