Struct pupil::env::Env [] [src]

pub struct Env { /* fields omitted */ }

The environment.

Stores the builtins available to expressions and the last answer.

Methods

impl Env
[src]

Create a new environment.

Find a builtin.

Find a variable.

Set a variable.

Trait Implementations

impl Default for Env
[src]

Returns the "default value" for a type. Read more