pub fn execute_global_variable_statement(
    env: &mut Environment,
    statement: &GlobalVariableStatement
) -> Result<(), String>