[Translating] from Pascal to Julia

Yes, in general it’s best to add .jl to package names (inbuilt Julia modules should be documented in the Julia manual) when googling:

julia FileIO.jl

and from there click on docs. At least this package has good docs, and you could have rather done using JLD2, and that package might have the docs…