pub(crate) fn builtin_load(env: &mut Env, args: &[AST]) -> Result<Value, String>
load("path.aura") — ファイルを読み込んで現在の環境で評価し、最後の値を返す
load("path.aura")