10 Julia Recipes You Can't Miss

For h. - see also Why are there all these strange stumbling blocks in Julia? - #67 by Eben60

e.g.

function retMultipleValues()
    v1,v2 = "India","Iran"
    return (; v1,v2)
end