Assigning result of @load to a variable

Just from the Readme:
Why not use b = load("example.jld2")? Or b = load("example.jld2")["a"] if you just want the specific entry?

I think @load is deprecated anyways.

1 Like