Brace expansion: Difference between revisions

m
Line 1,662:
 
=={{header|Julia}}==
{{trans|Python}} <lang> function getitem(s, depth=0)
function getitem(s, depth=0)
out = [""]
while s != ""
Line 1,714 ⟶ 1,713:
println(ans)
end
end </lang> {{output}} <pre>
end
</lang> {{output}} <pre>
~/{Downloads,Pictures}/*.{jpg,gif,png}
--------------------------------------------
4,107

edits