pub fn define_variable<T: Into<Value>>(
    name: &str,
    initial: T
) -> Result<*mut Value, Error>
Expand description

Define a global variable.